index
:
interpreter
this commit
master
Simple interpreter written in Zig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.zig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc: Fix incorrect codegen error log
Baitinq
3 days
1
-11
/
+13
*
Codegen: Cleanup
Baitinq
3 days
1
-1
/
+3
*
Codegen: Support variable reassignment
Baitinq
4 days
1
-2
/
+0
*
Codegen: Get the most basic ever example compiling
Baitinq
6 days
1
-2
/
+2
*
Codegen: Start working on actual AST codegen
Baitinq
7 days
1
-6
/
+24
*
Codegen: PoC cleanup
Baitinq
7 days
1
-1
/
+3
*
Misc: Add example llvm code
Baitinq
10 days
1
-0
/
+3
*
Misc: Rename allocator
Baitinq
10 days
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?
Manuel Palenzuela Merino
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