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
/
.gitattributes
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-06-11
stdlib: Remove println
Baitinq
28
-71
/
+64
varargs forwarding is platform specific with llvm, so we cannot easily have this function
2025-06-10
Boostrap: fix aarch64 linking
Baitinq
1
-8
/
+0
2025-06-10
Bootstrap: Start parsing and codegen of more statements
Baitinq
3
-30
/
+208
2025-06-10
Codegen: Support function forward declaration
Baitinq
1
-12
/
+11
2025-06-07
Bootstrap: Codegen: Generate number literals
Baitinq
3
-2
/
+68
2025-06-06
Feature: Typecheck on struct field assignment
Baitinq
4
-4
/
+6
2025-06-06
Bootstrap: Codegen: Create bindings for llvm types
Baitinq
2
-15
/
+21
2025-06-06
Feature: Support declaring type aliases
Baitinq
5
-2
/
+42
2025-06-05
Bootstrap: Codegen: Continue implementation
Baitinq
4
-11
/
+43
2025-06-04
std: Add assert impl
Baitinq
1
-0
/
+10
2025-06-04
Bootstrap: Codegen: Initialize all targets
Baitinq
2
-6
/
+260
2025-06-04
Bootstrap: Codegen: Fix memory leaks
Baitinq
2
-0
/
+3
2025-06-04
Boostrap: Codegen: Generate object file
Baitinq
2
-0
/
+55
2025-06-03
Bootstrap: Codegen: Start implementation
Baitinq
3
-0
/
+63
2025-06-03
Bootstrap: Parser: Add enough implementation to parse example -2
Baitinq
2
-4
/
+121
2025-06-03
Bootstrap: Parser: Start implementation
Baitinq
2
-0
/
+250
2025-06-03
Bootstrap: Tokenizer: Fix tokenizing '\0' chars
Baitinq
1
-4
/
+0
2025-06-02
Codegen: Fix sizeof
Baitinq
2
-4
/
+2
2025-06-02
Bootstrap: Tokenizer: Cleanup using slices
Baitinq
2
-61
/
+67
2025-06-01
Bootstrap: Tokenizer: Support missing token types
Baitinq
1
-1
/
+18
2025-05-31
Boostrap: Tokenizer: Fix allocation
Baitinq
3