| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for pointers! (tests missing) | Mustafa Quraish | 2022-02-02 | 1 | -13/+16 |
| * | Refactor variable access+assignment in terms of `generate_lvalue()` | Mustafa Quraish | 2022-02-02 | 1 | -20/+21 |
| * | Modify how types are stored. | Mustafa Quraish | 2022-02-02 | 1 | -2/+2 |
| * | Defer: Pop elements off the defer-stack when returning | Mustafa Quraish | 2022-02-01 | 1 | -2/+4 |
| * | Add basic `defer` implementation. | Mustafa Quraish | 2022-02-01 | 1 | -0/+21 |
| * | Global variables now supported! + some fixes to OP_ASSIGN | Mustafa Quraish | 2022-01-31 | 1 | -27/+29 |
| * | Minor fixes to code generation | Mustafa Quraish | 2022-01-31 | 1 | -11/+11 |
| * | Add basic builtin-function support | Mustafa Quraish | 2022-01-31 | 1 | -6/+95 |
| * | Rename `cup` directory to `src` | Mustafa Quraish | 2022-01-30 | 1 | -0/+355 |