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
/
parser.zig
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Add basic support for parsing functions
Baitinq
2025-01-15
1
-58
/
+154
|
*
Parser: clean
Baitinq
2025-01-13
1
-1
/
+1
|
*
Implement "return"
Baitinq
2025-01-12
1
-0
/
+19
|
*
Add support for sum operator
Baitinq
2025-01-12
1
-21
/
+50
|
*
Misc: Improve error messages and add todos
Baitinq
2025-01-12
1
-1
/
+6
|
*
Parser: fix tests
Baitinq
2025-01-11
1
-51
/
+61
|
*
Misc: Support evaluating sequentially in REPL
Baitinq
2025-01-10
1
-2
/
+2
|
*
Evaluator: Implement first version of evaluator that handles print statements
Baitinq
2025-01-08
1
-1
/
+1
|
*
Parser: general cleanup
Baitinq
2025-01-08
1
-34
/
+22
|
*
Parser: Cleanup node creation
Baitinq
2025-01-08
1
-29
/
+20
|
*
Parser: Add grammar docs
Baitinq
2025-01-08
1
-2
/
+4
|
*
Parser: Add support for parsing variable statements
Baitinq
2025-01-08
1
-4
/
+24
|
*
Parser: Use arena allocator
Baitinq
2025-01-08
1
-25
/
+0
|
*
Parser: Prepare for variable statement parsing
Baitinq
2025-01-08
1
-11
/
+29
|
*
Parser: Implement print statement parsing properly and cleanup
Baitinq
2025-01-07
1
-67
/
+71
|
*
Parser: Small improvements
Baitinq
2025-01-07
1
-14
/
+16
|
*
Parser: Fix mem leaks
Baitinq
2025-01-07
1
-4
/
+16
|
*
Parser: Memory improvements
Baitinq
2025-01-07
1
-35
/
+49
|
*
Parser: Improvements?
Baitinq
2025-01-06
1
-53
/
+79
|
*
Parser: Change grammar and implement print and expression parsing
Baitinq
2025-01-06
1
-8
/
+70
|
*
Parser: implement parse_number
Baitinq
2025-01-06
1
-1
/
+24
|
*
Parser: implement parse_identifier
Baitinq
2025-01-06
1
-3
/
+54
|
*
Start writing parser
Baitinq
2025-01-06
1
-0
/
+56
[prev]