Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

File metadata and controls

8 lines (6 loc) · 286 Bytes

Interpreter_Java

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