dmulholl / proto

A prototype programming language implemented in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A prototype programming language implemented in Python.


Languages

Language:Python 100.0%