Javascript Interpreter Example Code
This is an implementation of an language in pure javascript purpose of this repository is to demonstrate how such an interpreter can be built.
After we created a lexer and got the tokens from our code. We are ready to implement a full parser for our tokens.
