Skip to content

This is a parser i wrote with the book "Writing a interpreter in Go"

Notifications You must be signed in to change notification settings

dyxgou/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyxgou's Parser

This is a parser i built upon the book Writing An Interpreter in Go by Thorsten Ball.

How to install

  1. Download the repository:
$ git clone https://github.com/dyxgou/parser
  1. 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

About

This is a parser i wrote with the book "Writing a interpreter in Go"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published