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
/
bootstrap
/
tokenizer.src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Feature: Start adding structs support
Baitinq
2025-05-25
1
-0
/
+3
|
*
Codegen: Typecheck binary expressions
Baitinq
2025-05-23
1
-21
/
+21
|
*
Codegen: Typecheck function return types and change null type
Baitinq
2025-05-22
1
-10
/
+10
|
*
Feature: Add more type checks
Baitinq
2025-05-20
1
-13
/
+15
|
*
Codegen: Implement proper type comparisons
Baitinq
2025-05-19
1
-1
/
+7
|
*
Feature: Add support for !=
Baitinq
2025-05-19
1
-3
/
+3
|
*
Bootstra: Tokenizer: Allocate more memory for tokens
Baitinq
2025-05-18
1
-1
/
+1
|
*
Misc: Use println instead of printf
Baitinq
2025-05-18
1
-6
/
+5
|
*
Codegen: Don't allow changing types on variable assignment
Baitinq
2025-05-18
1
-4
/
+4
|
*
Feature: Add support for continue statement
Baitinq
2025-05-18
1
-13
/
+12
|
*
Tokenizer: Cleanup consuming logic
Baitinq
2025-05-17
1
-34
/
+42
|
*
Codegen: Fix bug with if generation in nested functions
Baitinq
2025-05-17
1
-27
/
+18
|
*
Bootstrap: Tokenizer: Tokenize identifiers
Baitinq
2025-05-17
1
-11
/
+23
|
*
Bootstrap: Tokenizer: Tokenize chars
Baitinq
2025-05-17
1
-10
/
+98
|
*
Bootstrap: Tokenizer: Tokenize ints
Baitinq
2025-05-15
1
-2
/
+51
|
*
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
2025-05-15
1
-4
/
+81
|
*
Bootstrap: Tokenizer: Continue implementing
Baitinq
2025-05-15
1
-5
/
+55
|
*
bootstrap: tokenizer: more changes
Baitinq
2025-05-14
1
-1
/
+46
|
*
boostrap: tokenizer: clean
Baitinq
2025-05-12
1
-10
/
+25
|
*
Bootstrap: cleanup
Baitinq
2025-05-11
1
-4
/
+48
|
*
Feature: Add support for imports
Baitinq
2025-05-10
1
-0
/
+6