| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [C]: Add `here` keyword that evaluates to a string with it's location | Mustafa Quraish | 2022-02-06 | 1 | -0/+9 |
| * | Some very minor fixes (look at message) | Mustafa Quraish | 2022-02-05 | 1 | -0/+1 |
| * | Add support for some more binary ops: |, &, ^ | Mustafa Quraish | 2022-02-05 | 1 | -0/+1 |
| * | Minor fixes, rearranging, whitespace trimming. No functional changes. | Mustafa Quraish | 2022-02-04 | 1 | -5/+5 |
| * | Add support for basic structs | Mustafa Quraish | 2022-02-03 | 1 | -0/+1 |
| * | Add support for `char` type + string/char literals | Mustafa Quraish | 2022-02-02 | 1 | -0/+27 |
| * | Add initial support for arrays (also no testing) | Mustafa Quraish | 2022-02-02 | 1 | -0/+2 |
| * | Add ability to import other files | Mustafa Quraish | 2022-01-31 | 1 | -1/+20 |
| * | Make `Lexer_new` return a pointer instead of the object. | Mustafa Quraish | 2022-01-31 | 1 | -5/+5 |
| * | Put tokens in their own macro to allow looping over them | Mustafa Quraish | 2022-01-30 | 1 | -14/+5 |
| * | Rename `cup` directory to `src` | Mustafa Quraish | 2022-01-30 | 1 | -0/+238 |