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

https://github.com/mbg/compconstr-code

Skeleton code for Compiler Construction exercises
https://github.com/mbg/compconstr-code

Last synced: about 1 month ago
JSON representation

Skeleton code for Compiler Construction exercises

Awesome Lists containing this project

README

        

# compconstr-code
Skeleton code for Compiler Construction exercises

There are four branches, one for each supervision:
* master contains the skeleton code for the lexer/parser
* supervision2 contains the skeleton code for the interpreter
* supervision3 contains the skeleton code for the code generator
* supervision4 contains the skeleton code for the garbage collector