| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for some more binary ops: |, &, ^ | Mustafa Quraish | 2022-02-05 | 1 | -16/+19 |
| * | Add ability to initialize global variables | Mustafa Quraish | 2022-02-05 | 1 | -1/+1 |
| * | Add support for basic structs | Mustafa Quraish | 2022-02-03 | 1 | -0/+1 |
| * | Handle OP_ASSIGN in `print_ast()` | Mustafa Quraish | 2022-02-02 | 1 | -0/+6 |
| * | Add initial support for arrays (also no testing) | Mustafa Quraish | 2022-02-02 | 1 | -0/+6 |
| * | Move type-related stuff to a separate file | Mustafa Quraish | 2022-02-02 | 1 | -56/+3 |
| * | Type checking of expressions / functions! | Mustafa Quraish | 2022-02-02 | 1 | -4/+25 |
| * | Add support for pointers! (tests missing) | Mustafa Quraish | 2022-02-02 | 1 | -0/+1 |
| * | Add `size_for_type()` helper instead of hard-coding variable sizes | Mustafa Quraish | 2022-02-02 | 1 | -0/+10 |
| * | Modify how types are stored. | Mustafa Quraish | 2022-02-02 | 1 | -7/+67 |
| * | Global variables now supported! + some fixes to OP_ASSIGN | Mustafa Quraish | 2022-01-31 | 1 | -1/+1 |
| * | Rename `cup` directory to `src` | Mustafa Quraish | 2022-01-30 | 1 | -0/+161 |