/proto

A prototype programming language implemented in Python.

Primary LanguagePython

Proto

A prototype programming language implemented in Python using a recursive-descent parser and a tree-walking interpreter.

Run a sample script by supplying its filepath to the interpreter as a command line argument:

$ python -m proto samples/fibonacci.pro