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
path:
root
/
src
/
tokens.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for some more binary ops: |, &, ^
Mustafa Quraish
2022-02-05
1
-0
/
+1
*
Add `sizeof(<type>)` operator that can return the size of a type.
Mustafa Quraish
2022-02-05
1
-0
/
+1
*
Add `void` type and allow void* to be assigned to other ptr types
Mustafa Quraish
2022-02-05
1
-0
/
+1
*
Add an enum-like-but-not-really structure
Mustafa Quraish
2022-02-04
1
-0
/
+1
*
Add support for read-only constant expressions
Mustafa Quraish
2022-02-04
1
-0
/
+1
*
Modify implementation of structs to support unions
Mustafa Quraish
2022-02-03
1
-0
/
+1
*
Add support for basic structs
Mustafa Quraish
2022-02-03
1
-0
/
+2
*
Add support for `char` type + string/char literals
Mustafa Quraish
2022-02-02
1
-0
/
+5
*
Add initial support for arrays (also no testing)
Mustafa Quraish
2022-02-02
1
-0
/
+2
*
Add basic `defer` implementation.
Mustafa Quraish
2022-02-01
1
-0
/
+1
*
Add ability to import other files
Mustafa Quraish
2022-01-31
1
-0
/
+1
*
Put tokens in their own macro to allow looping over them
Mustafa Quraish
2022-01-30
1
-11
/
+15
*
Rename `cup` directory to `src`
Mustafa Quraish
2022-01-30
1
-0
/
+83