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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for pointers! (tests missing)
Mustafa Quraish
2022-02-02
4
-17
/
+30
*
Refactor variable access+assignment in terms of `generate_lvalue()`
Mustafa Quraish
2022-02-02
1
-20
/
+21
*
Add `size_for_type()` helper instead of hard-coding variable sizes
Mustafa Quraish
2022-02-02
3
-5
/
+16
*
Modify how types are stored.
Mustafa Quraish
2022-02-02
4
-99
/
+143
*
Defer: Pop elements off the defer-stack when returning
Mustafa Quraish
2022-02-01
1
-2
/
+4
*
Add basic `defer` implementation.
Mustafa Quraish
2022-02-01
4
-0
/
+27
*
Global variables now supported! + some fixes to OP_ASSIGN
Mustafa Quraish
2022-01-31
4
-42
/
+93
*
Add ability to import other files
Mustafa Quraish
2022-01-31
4
-3
/
+62
*
Minor fixes to code generation
Mustafa Quraish
2022-01-31
1
-11
/
+11
*
Fix offset for local variables
Mustafa Quraish
2022-01-31
1
-1
/
+1
*
Make `Lexer_new` return a pointer instead of the object.
Mustafa Quraish
2022-01-31
3
-8
/
+8
*
Add basic builtin-function support
Mustafa Quraish
2022-01-31
3
-35
/
+158
*
Put tokens in their own macro to allow looping over them
Mustafa Quraish
2022-01-30
4
-30
/
+36
*
Rename `cup` directory to `src`
Mustafa Quraish
2022-01-30
14
-0
/
+1781