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
/
7.src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Examples: Add expected stdout and exit code
Baitinq
2025-05-04
1
-0
/
+10
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
1
-1
/
+1
*
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
-1
/
+1
*
Codegen: Fix bug with functions without name
Baitinq
2025-03-11
1
-1
/
+1
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
1
-4
/
+4
*
Examples: modify example
Baitinq
2025-01-23
1
-1
/
+3
*
Misc: Improve example
Baitinq
2025-01-23
1
-1
/
+5
*
Feature: Add support for negation
Baitinq
2025-01-22
1
-1
/
+1
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
1
-1
/
+1
*
Parser: Add support for parenthesis grouping
Baitinq
2025-01-21
1
-1
/
+1
*
Parser: Make additive expression left associative
Baitinq
2025-01-21
1
-1
/
+1
*
Start working on proper operator precedence
Baitinq
2025-01-19
1
-1
/
+1
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
1
-1
/
+1
*
Feature: Add support for substraction
Baitinq
2025-01-18
1
-1
/
+1
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
1
-1
/
+1
*
Examples: add future examples :^)
Baitinq
2025-01-18
1
-0
/
+10