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
/
std
/
stdlib.src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
Feature: Add more type checks
Baitinq
3
-36
/
+40
2025-05-20
Feature: Add support for casting types
Baitinq
4
-5
/
+50
2025-05-19
Codegen: Implement proper type comparisons
Baitinq
2
-5
/
+58
2025-05-19
Feature: Add support for !=
Baitinq
4
-5
/
+17
2025-05-18
Bootstra: Tokenizer: Allocate more memory for tokens
Baitinq
1
-1
/
+1
2025-05-18
Misc: Use println instead of printf
Baitinq
22
-59
/
+62
2025-05-18
Codegen: Fix bug with varargs functions
Baitinq
1
-11
/
+16
2025-05-18
Codegen: Don't allow assigning variables of different type
Baitinq
1
-11
/
+8
2025-05-18
Codegen: Don't allow changing types on variable assignment
Baitinq
2
-6
/
+6
2025-05-18
Feature: Add support for continue statement
Baitinq
5
-25
/
+51
2025-05-17
Tokenizer: Cleanup consuming logic
Baitinq
2
-74
/
+60
2025-05-17
Codegen: Fix bug with if generation in nested functions
Baitinq
2
-33
/
+31
2025-05-17
stdlib: Fix isdigit
Baitinq
1
-2
/
+2
2025-05-17
Misc: Add support for building on windows
Baitinq
1
-0
/
+7
2025-05-17
Bootstrap: Tokenizer: Tokenize identifiers
Baitinq
2
-16
/
+35
2025-05-17
Bootstrap: Tokenizer: Tokenize chars
Baitinq
1
-10
/
+98
2025-05-17
Tokenzier: Correctly handle char escaping
Baitinq
1
-6
/
+17
2025-05-17
Codegen: Fix bug with global functions as params
Baitinq
2
-8
/
+10
2025-05-15
Bootstrap: Tokenizer: Tokenize ints
Baitinq
3
-6
/
+63
2025-05-15
Feature: Add support for null pointers
Baitinq
4
-2
/
+21
2025-05-15
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
1
-4
/
+81
2025-05-15
Bootstrap: Tokenizer: Continue implementing
Baitinq
4
-7
/
+93
2025-05-15
Codegen: Fix bug with nested ifs
Baitinq
1
-2
/
+2
2025-05-14
Misc: Cleanup flake.nix
Baitinq
1
-20
/
+19
2025-05-14
Bootstrap: Require filename argument
Baitinq
1
-0
/
+5
2025-05-14
bootstrap: tokenizer: more changes
Baitinq
1
-1
/
+46
2025-05-12
Feature: Add support for break statement
Baitinq
4