Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 257 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 257 Bytes

Eggo

Educational Go GOmpiler

This is my compiler for the student led Introduction to compiler design

Usage

To compile source in lib/inputfile.txt

make

To clean generated files

make clean