| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [cup] Fix error in codegen for `if` | Mustafa Quraish | 2022-02-05 | 1 | -3/+2 |
| * | [compiler.cup] Support for+while loops | Mustafa Quraish | 2022-02-05 | 2 | -2/+77 |
| * | [compiler.cup] Add support for function calls! | Mustafa Quraish | 2022-02-05 | 2 | -10/+128 |
| * | [compiler.cup] codegen for unary ops, short circuiting &&/|| | Mustafa Quraish | 2022-02-05 | 2 | -1/+66 |
| * | [compiler.cup] Add codegen for relational + if/conditional support | Mustafa Quraish | 2022-02-05 | 2 | -2/+96 |
| * | [compiler.cup] Add support for lexically scoped local variables | Mustafa Quraish | 2022-02-05 | 4 | -16/+150 |
| * | Add implementation of self-hosted compiler so far | Mustafa Quraish | 2022-02-05 | 8 | -0/+1546 |