This is a parser i built upon the book Writing An Interpreter in Go
by Thorsten Ball.
- Download the repository:
$ git clone https://github.com/dyxgou/parser
- Compile the project with
make
. This will open an REPL for you to insert any command you like
$ make
Compile the project and execute any file you want
$ make execute ARGS=/path/to/file