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
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-02
Codegen: Support if statements
Baitinq
1
-0
/
+23
2025-02-01
Codegen: Handle function parameters
Baitinq
1
-6
/
+24
2025-01-31
Codegen: Start handling global variables
Baitinq
2
-5
/
+12
2025-01-31
Codegen: Fix function as variables
Baitinq
2
-13
/
+80
2025-01-30
Misc: Fix incorrect codegen error log
Baitinq
1
-11
/
+13
2025-01-30
Codegen: Fix bug calling printf
Baitinq
2
-8
/
+6
2025-01-30
Codegen: Get addition kind of working
Baitinq
1
-6
/
+10
2025-01-30
Codegen: Cleanup
Baitinq
3
-64
/
+60
2025-01-30
Examples: Add future types example
Baitinq
2
-0
/
+20
2025-01-30
Examples: Fix example 2
Baitinq
2
-1
/
+2
2025-01-30
Codegen: Support function calls in return statement
Baitinq
3
-10
/
+9
2025-01-30
Codegen: Get function declaration/calling kind of working
Baitinq
2
-25
/
+40
2025-01-29
Codegen: Support identifiers in return expressions
Baitinq
2
-4
/
+8
2025-01-29
Codegen: Support variable reassignment
Baitinq
2
-39
/
+23
2025-01-29
Codegen: Get variable declarations kind of working
Baitinq
2
-19
/
+38
2025-01-28
Codegen: Get printf working
Baitinq
2
-6
/
+43
2025-01-27
Codegen: Cleanup
Baitinq
1
-7
/
+6
2025-01-27
Codegen: Get the most basic ever example compiling
Baitinq
3
-16
/
+78
2025-01-27
Codegen: Start working on actual AST codegen
Baitinq
2
-14
/
+70
2025-01-27
Misc: Update gitignore
Baitinq
1
-0
/
+1
2025-01-27
Codegen: PoC use _start
Baitinq
1
-1
/
+1
2025-01-26
Codegen: PoC hello world
Baitinq
1
-0
/
+13
2025-01-26
Codegen: PoC cleanup
Baitinq
2
-29
/
+38
2025-01-24
Flake: use HEAD zls version
Baitinq
2
-2
/
+157
2025-01-24
Misc: better lsp
Baitinq
1
-4
/
+4
2025-01-24
Misc: get llvm compilation kind of working
Baitinq
1