There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Define your own programming language and design your own interpreter! This one is written in C and executes a Basic/C/Python like language. The interpreters design centers around an Abstract Syntax Tree.