Skip to main content

A simple Scripting Language

Project description

PyScript is a simple Programming Language.

You can run the Interpreter after installation by tiping into your commandline : "pyscript"

You can Run a Script to the Interpreter by tiping in RUN("yourfile.pys")

Examples: " PRINT("HELLO WORLD") "

" VAR A = 9

WHILE TRUE THEN PRINT(A) VAR A = A+1 IF A == 100 THEN BREAK END

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyScriptLanguage-0.2.0.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

PyScriptLanguage-0.2.0-py3.7.egg (30.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page