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

Hadaward/interpreter Watchers