| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [compiler.cup] Add support for function calls! | Mustafa Quraish | 2022-02-05 | 1 | -0/+24 |
| * | [compiler.cup] codegen for unary ops, short circuiting &&/|| | Mustafa Quraish | 2022-02-05 | 1 | -0/+66 |
| * | [compiler.cup] Add codegen for relational + if/conditional support | Mustafa Quraish | 2022-02-05 | 1 | -2/+83 |
| * | [compiler.cup] Add support for lexically scoped local variables | Mustafa Quraish | 2022-02-05 | 1 | -0/+37 |
| * | Add implementation of self-hosted compiler so far | Mustafa Quraish | 2022-02-05 | 1 | -0/+151 |