Hadaward / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:JavaScript 100.0%