aboutsummaryrefslogtreecommitdiff
path: root/compiler/lexer.cup
Commit message (Expand)AuthorAgeFilesLines
* [cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`HEADmasterMustafa Quraish2022-02-081-0/+4
* [cup] Self-hosting is now possible! Make some tweaks to match C outputMustafa Quraish2022-02-071-10/+5
* [cup] Add support for `here` keyword + fix `putu_buffer` bugMustafa Quraish2022-02-071-0/+16
* [cup] Add ability to import filesMustafa Quraish2022-02-071-0/+13
* [C]: Add `here` keyword that evaluates to a string with it's locationMustafa Quraish2022-02-061-1/+1
* [compiler.cup] Add support for lexically scoped local variablesMustafa Quraish2022-02-051-5/+0
* Add implementation of self-hosted compiler so farMustafa Quraish2022-02-051-0/+288