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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feature: Support calling funtion definitions
Baitinq
2025-01-23
3
-15
/
+40
*
Sync grammar
Baitinq
2025-01-23
2
-3
/
+3
*
Examples: modify example
Baitinq
2025-01-23
1
-1
/
+3
*
Parser: Add check so that we don't access arraylist out of bounds
Baitinq
2025-01-23
1
-1
/
+1
*
Tokenizer: Add initial version of location computation
Baitinq
2025-01-23
1
-4
/
+27
*
Parser: Improve error reporting
Baitinq
2025-01-23
1
-15
/
+18
*
Misc: Rename allocator
Baitinq
2025-01-23
3
-34
/
+32
*
Parser: Better functions as values
Baitinq
2025-01-23
1
-5
/
+6
*
Example: Add functions as values example
Baitinq
2025-01-23
1
-0
/
+12
*
Misc: Improve example
Baitinq
2025-01-23
1
-1
/
+5
*
Tokenizer: Fix bug with offset incrementing
Baitinq
2025-01-23
1
-28
/
+24
*
Disable caching of zig build examples
Baitinq
2025-01-23
1
-0
/
+1
*
Tokenizer: Improve Token type
Baitinq
2025-01-22
2
-79
/
+56
*
Feature: Add support for negation
Baitinq
2025-01-22
4
-7
/
+11
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
5
-5
/
+50
*
Feature: Add support for while statements
Baitinq
2025-01-21
5
-9
/
+64
*
Tokenizer: Rename NOT token to BANG
Baitinq
2025-01-21
2
-4
/
+4
*
Misc: Add `zig build example` step
Baitinq
2025-01-21
1
-1
/
+23
*
Bug: Fix bug with priority of parsing expressions
Baitinq
2025-01-21
1
-1
/
+1
*
Grammar: Fix typo
Baitinq
2025-01-21
1
-1
/
+1
*
Parser: Remove unused expression node
Baitinq
2025-01-21
1
-10
/
+0
*
Feature: Add support for NOT unary expression
Baitinq
2025-01-21
5
-5
/
+37
*
Parser: Add support for parenthesis grouping
Baitinq
2025-01-21
3
-12
/
+12
*
Parser: Make additive expression left associative
Baitinq
2025-01-21
3
-9
/
+13
*
Example: Add example for while loop
Baitinq
2025-01-20
1
-0
/
+13
*
Start working on proper operator precedence
Baitinq
2025-01-19
3
-3
/
+10
*
Bug: Fix bug with accept_parse
Baitinq
2025-01-19
1
-1
/
+3
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
5
-25
/
+54
*
Feature: Add support for boolean values
Baitinq
2025-01-19
5
-34
/
+57
*
Example: Get fibonacci example working
Baitinq
2025-01-18
1
-4
/
+4
*
Feature: Add support for substraction
Baitinq
2025-01-18
5
-7
/
+13
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
5
-36
/
+104
*
Examples: add future examples :^)
Baitinq
2025-01-18
2
-0
/
+25
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
3
-64
/
+75
*
Evaluator: create and drop scopes when entering/leaving functions
Baitinq
2025-01-18
1
-4
/
+9
*
Evaluator: Create environment abstraction for handling scopes
Baitinq
2025-01-18
2
-22
/
+82
*
Misc: Start working on scopes
Baitinq
2025-01-18
1
-8
/
+13
*
Examples: Add variable scopes example
Baitinq
2025-01-18
2
-4
/
+17
*
Tokenizer: Fix comment skipping
Baitinq
2025-01-18
1
-0
/
+1
*
Evaluator: Improve how functions and variables are handled
Baitinq
2025-01-18
2
-36
/
+38
*
Misc: Implement print function as "native" function
Baitinq
2025-01-18
4
-44
/
+15
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
5
-13
/
+73
*
Examples: new example
Baitinq
2025-01-16
1
-0
/
+9
*
Tokenizer: Add support for comments
Baitinq
2025-01-16
2
-0
/
+11
*
Evaluator: variables as values
Baitinq
2025-01-16
2
-14
/
+25
*
Get function calls kind of working :)
Baitinq
2025-01-16
5
-48
/
+68
*
Evaluator: Start working on new function-capable evaluator
Baitinq
2025-01-16
4
-48
/
+86
*
Parser: clean
Baitinq
2025-01-15
2
-22
/
+17
*
Add basic support for parsing functions
Baitinq
2025-01-15
5
-81
/
+181
*
Parser: clean
Baitinq
2025-01-13
1
-1
/
+1
[next]