/interpreter

A code interpreter written in JavaScript contains lexer to generate the token list, parser to generate the instruction tree through the token list and contains the interpreter to execute the instructions and return a value.

Primary LanguageJavaScriptMIT LicenseMIT

interpreter

A code interpreter written in JavaScript contains lexer to generate the token list, parser to generate the instruction tree through the token list and contains the interpreter to execute the instructions and return a value.

Roadmap

  • Token List
  • Lexer
  • Parser
  • Interpreter