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
/
5.src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Examples: Add expected stdout and exit code
Baitinq
2025-05-04
1
-0
/
+12
|
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
1
-3
/
+3
|
*
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
/
+1
|
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-3
/
+3
|
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
1
-3
/
+3
|
*
Codegen: Start handling global variables
Baitinq
2025-01-31
1
-2
/
+2
|
*
Evaluator: Create environment abstraction for handling scopes
Baitinq
2025-01-18
1
-1
/
+5
|
*
Examples: Add variable scopes example
Baitinq
2025-01-18
1
-4
/
+9
|
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
1
-1
/
+0
|
*
Examples: new example
Baitinq
2025-01-16
1
-0
/
+9
|
*
Add basic support for parsing functions
Baitinq
2025-01-15
1
-7
/
+0
|
*
Tokenizer: Add suport for underscores in identifier parsing
Baitinq
2025-01-13
1
-2
/
+2
|
*
Tokenizer: Add support for tokenizing functions
Baitinq
2025-01-13
1
-0
/
+7