aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
master[cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`Mustafa Quraish4 years
 
 
AgeCommit messageAuthorFilesLines
2022-02-08[cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`HEADmasterMustafa Quraish11-4/+57163
2022-02-08Mark bootstrap files as binary in `.gitattributes`Mustafa Quraish1-1/+2
2022-02-07[cup] Remove unnecessary function from codegen, add info to READMEMustafa Quraish2-12/+16
2022-02-07[cup] Self-hosting is now possible! Make some tweaks to match C outputMustafa Quraish11-90/+390
2022-02-07Add missing files to self-hosted directoryMustafa Quraish4-0/+271
2022-02-07[cup] Add support for `here` keyword + fix `putu_buffer` bugMustafa Quraish2-3/+19
2022-02-07[cup] Add support for string literalsMustafa Quraish1-0/+28
2022-02-07[cup] Port over all the type-checking/pointer arithmetic stuffMustafa Quraish4-26/+252
2022-02-07[cup] Add ability to import filesMustafa Quraish3-15/+76
2022-02-06[C]: Add `here` keyword that evaluates to a string with it's locationMustafa Quraish5-18/+28
[...]