index
:
cup
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
[cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`
Mustafa Quraish
4 years
Age
Commit message
Author
Files
Lines
2022-02-08
[cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`
HEAD
master
Mustafa Quraish
11
-4
/
+57163
2022-02-08
Mark bootstrap files as binary in `.gitattributes`
Mustafa Quraish
1
-1
/
+2
2022-02-07
[cup] Remove unnecessary function from codegen, add info to README
Mustafa Quraish
2
-12
/
+16
2022-02-07
[cup] Self-hosting is now possible! Make some tweaks to match C output
Mustafa Quraish
11
-90
/
+390
2022-02-07
Add missing files to self-hosted directory
Mustafa Quraish
4
-0
/
+271
2022-02-07
[cup] Add support for `here` keyword + fix `putu_buffer` bug
Mustafa Quraish
2
-3
/
+19
2022-02-07
[cup] Add support for string literals
Mustafa Quraish
1
-0
/
+28
2022-02-07
[cup] Port over all the type-checking/pointer arithmetic stuff
Mustafa Quraish
4
-26
/
+252
2022-02-07
[cup] Add ability to import files
Mustafa Quraish
3
-15
/
+76
2022-02-06
[C]: Add `here` keyword that evaluates to a string with it's location
Mustafa Quraish
5
-18
/
+28
[...]