index
:
interpreter
this commit
import
master
native-llvm
Simple interpreter written in Zig
about
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
Baitinq
2025-02-01
1
-6
/
+24
*
Codegen: Start handling global variables
Baitinq
2025-01-31
1
-3
/
+10
*
Codegen: Fix function as variables
Baitinq
2025-01-31
1
-8
/
+75
*
Codegen: Fix bug calling printf
Baitinq
2025-01-30
1
-7
/
+6
*
Codegen: Get addition kind of working
Baitinq
2025-01-30
1
-6
/
+10
*
Codegen: Cleanup
Baitinq
2025-01-30
1
-61
/
+55
*
Examples: Fix example 2
Baitinq
2025-01-30
1
-0
/
+1
*
Codegen: Support function calls in return statement
Baitinq
2025-01-30
1
-6
/
+9
*
Codegen: Get function declaration/calling kind of working
Baitinq
2025-01-30
1
-23
/
+38
*
Codegen: Support identifiers in return expressions
Baitinq
2025-01-29
1
-3
/
+7
*
Codegen: Support variable reassignment
Baitinq
2025-01-29
1
-37
/
+23
*
Codegen: Get variable declarations kind of working
Baitinq
2025-01-29
1
-18
/
+37
*
Codegen: Get printf working
Baitinq
2025-01-28
1
-5
/
+42
*
Codegen: Cleanup
Baitinq
2025-01-27
1
-7
/
+6
*
Codegen: Get the most basic ever example compiling
Baitinq
2025-01-27
1
-14
/
+71
*
Codegen: Start working on actual AST codegen
Baitinq
2025-01-27
1
-8
/
+46
*
Codegen: PoC use _start
Baitinq
2025-01-27
1
-1
/
+1
*
Codegen: PoC hello world
Baitinq
2025-01-26
1
-0
/
+13
*
Codegen: PoC cleanup
Baitinq
2025-01-26
1
-28
/
+35
*
Misc: get llvm compilation kind of working
Baitinq
2025-01-24
1
-3
/
+35
*
Misc: Add example llvm code
Baitinq
2025-01-23
1
-1
/
+38
*
Misc: Create codegen stub
Baitinq
2025-01-23
1
-0
/
+4
[prev]