A simple programming language implemented in Python. The official documentation is coming soon.
Download Python 3 here.
Download PLY here.
Clone the repository and then navigate to the project folder.
To run the netflux command-line interpreter:
$ python3 interpreter.py
To run the interpreter on a file, place your code in a .txt file. and run:
$ python3 interpreter.py <filename.txt>