An Interpreter for a javascript like language. Currently supports most statements such as if statements and loops.
todo:
- add support for functions and classes
- compile to some kind of bytecode, ideally for existing bytecode interpreter such as p-code or parrotVM