index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen.zig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Codegen: Handle function parameters
HEAD
master
Baitinq
22 hours
1
-6
/
+24
*
Codegen: Start handling global variables
Baitinq
3 days
1
-3
/
+10
*
Codegen: Fix function as variables
Baitinq
3 days
1
-8
/
+75
*
Codegen: Fix bug calling printf
Baitinq
3 days
1
-7
/
+6
*
Codegen: Get addition kind of working
Baitinq
3 days
1
-6
/
+10
*
Codegen: Cleanup
Baitinq
3 days
1
-61
/
+55
*
Examples: Fix example 2
Baitinq
4 days
1
-0
/
+1
*
Codegen: Support function calls in return statement
Baitinq
4 days
1
-6
/
+9
*
Codegen: Get function declaration/calling kind of working
Baitinq
4 days
1
-23
/
+38
*
Codegen: Support identifiers in return expressions
Baitinq
4 days
1
-3
/
+7
*
Codegen: Support variable reassignment
Baitinq
4 days
1
-37
/
+23
*
Codegen: Get variable declarations kind of working
Baitinq
5 days
1
-18
/
+37
*
Codegen: Get printf working
Baitinq
6 days
1
-5
/
+42
*
Codegen: Cleanup
Baitinq
6 days
1
-7
/
+6
*
Codegen: Get the most basic ever example compiling
Baitinq
6 days
1
-14
/
+71
*
Codegen: Start working on actual AST codegen
Baitinq
7 days
1
-8
/
+46
*
Codegen: PoC use _start
Baitinq
7 days
1
-1
/
+1
*
Codegen: PoC hello world
Baitinq
7 days
1
-0
/
+13
*
Codegen: PoC cleanup
Baitinq
7 days
1
-28
/
+35
*
Misc: get llvm compilation kind of working
Baitinq
10 days
1
-3
/
+35
*
Misc: Add example llvm code
Baitinq
10 days
1
-1
/
+38
*
Misc: Create codegen stub
Baitinq
10 days
1
-0
/
+4