| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [cup] Remove unnecessary function from codegen, add info to README | Mustafa Quraish | 2022-02-07 | 1 | -1/+14 |
| | | |||||
| * | Add implementation of self-hosted compiler so far | Mustafa Quraish | 2022-02-05 | 1 | -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 | |||||