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
/
main.zig
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Feature: Add support for imports
Baitinq
2025-05-10
1
-11
/
+4
|
*
Evaluator: Remove evaluator
Baitinq
2025-04-01
1
-50
/
+15
|
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
1
-1
/
+1
|
*
Misc: Improve error handling
Baitinq
2025-03-21
1
-3
/
+2
|
*
Misc: Fix incorrect codegen error log
Baitinq
2025-01-30
1
-11
/
+13
|
*
Codegen: Cleanup
Baitinq
2025-01-30
1
-1
/
+3
|
*
Codegen: Support variable reassignment
Baitinq
2025-01-29
1
-2
/
+0
|
*
Codegen: Get the most basic ever example compiling
Baitinq
2025-01-27
1
-2
/
+2
|
*
Codegen: Start working on actual AST codegen
Baitinq
2025-01-27
1
-6
/
+24
|
*
Codegen: PoC cleanup
Baitinq
2025-01-26
1
-1
/
+3
|
*
Misc: Add example llvm code
Baitinq
2025-01-23
1
-0
/
+3
|
*
Misc: Rename allocator
Baitinq
2025-01-23
1
-4
/
+4
|
*
Evaluator: Improve how functions and variables are handled
Baitinq
2025-01-18
1
-3
/
+2
|
*
Evaluator: Start working on new function-capable evaluator
Baitinq
2025-01-16
1
-7
/
+7
|
*
Add basic support for parsing functions
Baitinq
2025-01-15
1
-8
/
+8
|
*
Tokenizer: Add support for tokenizing functions
Baitinq
2025-01-13
1
-4
/
+1
|
*
Tokenizer: Fix tokenizer invalid strings
Baitinq
2025-01-12
1
-1
/
+1
|
*
Misc: Support evaluating sequentially in REPL
Baitinq
2025-01-10
1
-8
/
+10
|
*
Evaluator: Implement first version of evaluator that handles print statements
Baitinq
2025-01-08
1
-0
/
+6
|
*
Misc: Dont crash REPL if parsing fails
Baitinq
2025-01-08
1
-1
/
+3
|
*
Parser: Use arena allocator
Baitinq
2025-01-08
1
-3
/
+3
|
*
Parser: Small improvements
Baitinq
2025-01-07
1
-0
/
+1
|
*
Add REPL
Baitinq
2025-01-07
1
-7
/
+21
|
*
Parser: Memory improvements
Baitinq
2025-01-07
1
-2
/
+2
|
*
Parser: Improvements?
Baitinq
2025-01-06
1
-3
/
+5
|
*
Parser: implement parse_identifier
Baitinq
2025-01-06
1
-1
/
+1
|
*
Start writing parser
Baitinq
2025-01-06
1
-0
/
+13
|
*
Implement basic tokenizer
Baitinq
2025-01-06
1
-1
/
+3
|
*
Add tokenizer test
Baitinq
2025-01-06
1
-2
/
+8
|
*
File reading
Baitinq
2025-01-05
1
-1
/
+19
|
*
Initial commit
Baitinq
2025-01-05
1
-0
/
+5