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
/
ast.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow function declarations without a definition
Mustafa Quraish
2022-02-05
1
-0
/
+2
*
Add support for some more binary ops: |, &, ^
Mustafa Quraish
2022-02-05
1
-0
/
+2
*
Add support for read-only constant expressions
Mustafa Quraish
2022-02-04
1
-1
/
+7
*
Add support for basic structs
Mustafa Quraish
2022-02-03
1
-0
/
+7
*
Add support for `char` type + string/char literals
Mustafa Quraish
2022-02-02
1
-0
/
+2
*
Move type-related stuff to a separate file
Mustafa Quraish
2022-02-02
1
-20
/
+1
*
Type checking of expressions / functions!
Mustafa Quraish
2022-02-02
1
-0
/
+5
*
Add support for pointers! (tests missing)
Mustafa Quraish
2022-02-02
1
-1
/
+2
*
Add `size_for_type()` helper instead of hard-coding variable sizes
Mustafa Quraish
2022-02-02
1
-0
/
+1
*
Modify how types are stored.
Mustafa Quraish
2022-02-02
1
-6
/
+17
*
Add basic `defer` implementation.
Mustafa Quraish
2022-02-01
1
-0
/
+1
*
Global variables now supported! + some fixes to OP_ASSIGN
Mustafa Quraish
2022-01-31
1
-2
/
+3
*
Add basic builtin-function support
Mustafa Quraish
2022-01-31
1
-0
/
+1
*
Rename `cup` directory to `src`
Mustafa Quraish
2022-01-30
1
-0
/
+150