Skip to content

nicolasgarza/compiler-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler in Go

This is a compiler for the Monkey programming language.

To use the Monkey language:

  1. Clone the project

  2. Navigate to the created directory

  3. Run "go build -o monkey . && ./monkey" in your terminal

This project is from the book Building a Compiler in Book by Thorsten Ball

About

Building a compiler in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages