Last updated:
0 purchases
ASnakeAhriFox 0.13.36
ASnake
Optimizing Python transpiler for the ASnake programming language.
A proper readme is yet to come. If you are super interested, we have a lot more info (including some draft documentation) on this Discord:
https://discord.gg/ySDFchT
To install run:
python -m pip install ASnake
You may have to use py or python3 or similar depending on what you have installed for a Python interpreter.
After that, ASnake and all it's compiler flags can be callable via:
python -m ASnake
Here are some examples:
python -m ASnake -e "'Hello world!'"
python -m ASnake --help
python -m ASnake --compile --run test.asnake
python -m ASnake -e "loop 12 do 'the code goes inside the strings dummy, don\'t you know bash?'"
You can also checkout the website https://asnake.org !
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.