index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flake.nix
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
Codegen: Start handling global variables
Baitinq
2
-5
/
+12
3 days
Codegen: Fix function as variables
Baitinq
2
-13
/
+80
3 days
Misc: Fix incorrect codegen error log
Baitinq
1
-11
/
+13
3 days
Codegen: Fix bug calling printf
Baitinq
2
-8
/
+6
3 days
Codegen: Get addition kind of working
Baitinq
1
-6
/
+10
3 days
Codegen: Cleanup
Baitinq
3
-64
/
+60
4 days
Examples: Add future types example
Baitinq
2
-0
/
+20
4 days
Examples: Fix example 2
Baitinq
2
-1
/
+2
4 days
Codegen: Support function calls in return statement
Baitinq
3
-10
/
+9
4 days
Codegen: Get function declaration/calling kind of working
Baitinq
2
-25
/
+40
4 days
Codegen: Support identifiers in return expressions
Baitinq
2
-4
/
+8
4 days
Codegen: Support variable reassignment
Baitinq
2
-39
/
+23
5 days
Codegen: Get variable declarations kind of working
Baitinq
2
-19
/
+38
6 days
Codegen: Get printf working
Baitinq
2
-6
/
+43
6 days
Codegen: Cleanup
Baitinq
1
-7
/
+6
6 days
Codegen: Get the most basic ever example compiling
Baitinq
3
-16
/
+78
7 days
Codegen: Start working on actual AST codegen