/Snow-lang

Snow Programming Language

Primary LanguagePython

Snow Programming Language


Info

Snow Language version 0.5 available!

See docs/tour.md for language tour!

Download

python -m pip install git+https://github.com/SnowballSH/Snow-lang.git@master

modules in requirements.txt must be installed.

How to run my Snow script?

import SnowLang as Snow
Snow.app.run("test.snow")  # Or your file name

Be sure to be in the same directory has your Snow script

(I am not sure if it works the same way other than windows)

After that, you will see snow.stdout and snow.stderr created.

You will also see the output on the command line.

Issues

If you have any, any issues or found any bugs, PLEASE create an issue.