Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dancrowley303/crenshaw-go

A Go implementation of Jack Crenshaw's Let's Build a Compiler tutorial series
https://github.com/dancrowley303/crenshaw-go

Last synced: 27 days ago
JSON representation

A Go implementation of Jack Crenshaw's Let's Build a Compiler tutorial series

Lists

README

        

# crenshaw-go

A go implementation of [Let's Build a Compiler, by Jack Crenshaw](http://compilers.iecc.com/crenshaw/)

How to run:

Chapters 1-16 have different executables. Modify main.go in the root directory to point to the appropriate package. Package names are listed in that file.