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
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for arrays (also no testing)
Mustafa Quraish
2022-02-02
1
-8
/
+61
*
Move type-related stuff to a separate file
Mustafa Quraish
2022-02-02
1
-118
/
+1
*
Type checking of expressions / functions!
Mustafa Quraish
2022-02-02
1
-8
/
+160
*
Use `type*` instead of `type&` to denote a pointer type (for now)
Mustafa Quraish
2022-02-02
1
-1
/
+1
*
Add support for pointers! (tests missing)
Mustafa Quraish
2022-02-02
1
-3
/
+11
*
Add `size_for_type()` helper instead of hard-coding variable sizes
Mustafa Quraish
2022-02-02
1
-5
/
+5
*
Modify how types are stored.
Mustafa Quraish
2022-02-02
1
-84
/
+57
*
Add basic `defer` implementation.
Mustafa Quraish
2022-02-01
1
-0
/
+4
*
Global variables now supported! + some fixes to OP_ASSIGN
Mustafa Quraish
2022-01-31
1
-12
/
+60
*
Add ability to import other files
Mustafa Quraish
2022-01-31
1
-2
/
+40
*
Fix offset for local variables
Mustafa Quraish
2022-01-31
1
-1
/
+1
*
Add basic builtin-function support
Mustafa Quraish
2022-01-31
1
-29
/
+62
*
Rename `cup` directory to `src`
Mustafa Quraish
2022-01-30
1
-0
/
+562