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
- Host: GitHub
- URL: https://github.com/mbg/compconstr-code
- Owner: mbg
- Created: 2016-01-18T15:28:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T01:16:33.000Z (over 8 years ago)
- Last Synced: 2025-04-28T11:24:16.734Z (about 1 month ago)
- Language: Haskell
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compconstr-code
Skeleton code for Compiler Construction exercisesThere 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