aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for pointers! (tests missing)Mustafa Quraish2022-02-024-17/+30
* Refactor variable access+assignment in terms of `generate_lvalue()`Mustafa Quraish2022-02-021-20/+21
* Add `size_for_type()` helper instead of hard-coding variable sizesMustafa Quraish2022-02-023-5/+16
* Modify how types are stored.Mustafa Quraish2022-02-024-99/+143
* Defer: Pop elements off the defer-stack when returningMustafa Quraish2022-02-011-2/+4
* Add basic `defer` implementation.Mustafa Quraish2022-02-014-0/+27
* Global variables now supported! + some fixes to OP_ASSIGNMustafa Quraish2022-01-314-42/+93
* Add ability to import other filesMustafa Quraish2022-01-314-3/+62
* Minor fixes to code generationMustafa Quraish2022-01-311-11/+11
* Fix offset for local variablesMustafa Quraish2022-01-311-1/+1
* Make `Lexer_new` return a pointer instead of the object.Mustafa Quraish2022-01-313-8/+8
* Add basic builtin-function supportMustafa Quraish2022-01-313-35/+158
* Put tokens in their own macro to allow looping over themMustafa Quraish2022-01-304-30/+36
* Rename `cup` directory to `src`Mustafa Quraish2022-01-3014-0/+1781