aboutsummaryrefslogtreecommitdiff
path: root/compiler/README.md
Commit message (Collapse)AuthorAgeFilesLines
* [cup] Remove unnecessary function from codegen, add info to READMEMustafa Quraish2022-02-071-1/+14
|
* Add implementation of self-hosted compiler so farMustafa Quraish2022-02-051-0/+3
There's also a `run.sh2` script which does the following: - Compiles the C compiler `build/cupcc` - Compiles the self-hosted compiler `build/cup.out` (with `cupcc`) - Compiles the specified file on CLI with `build/cup.out` - Runs this exectuable and shows the output