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
/
6.src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
stdlib: Remove println
Baitinq
2025-06-11
1
-2
/
+2
|
|
|
|
|
varargs forwarding is platform specific with llvm, so we cannot easily have this function
*
Misc: Use println instead of printf
Baitinq
2025-05-18
1
-3
/
+3
|
*
Examples: Add expected stdout and exit code
Baitinq
2025-05-04
1
-0
/
+13
|
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
1
-2
/
+2
|
*
Feature: Add basic support for varargs
Baitinq
2025-03-25
1
-1
/
+1
|
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
1
-1
/
+1
|
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
1
-0
/
+2
|
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-4
/
+2
|
*
Codegen: start supporting types for function params
Baitinq
2025-02-15
1
-1
/
+1
|
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
1
-2
/
+2
|
*
Misc: Add TODOs
Baitinq
2025-02-11
1
-0
/
+2
|
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
1
-4
/
+6
|
*
Examples: Add variable scopes example
Baitinq
2025-01-18
1
-0
/
+8