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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Misc: Create codegen stub
Baitinq
2025-01-23
1
-0
/
+4
|
*
Feature: Support calling funtion definitions
Baitinq
2025-01-23
2
-14
/
+39
|
*
Sync grammar
Baitinq
2025-01-23
1
-1
/
+1
|
*
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
|
*
Tokenizer: Fix bug with offset incrementing
Baitinq
2025-01-23
1
-28
/
+24
|
*
Tokenizer: Improve Token type
Baitinq
2025-01-22
2
-79
/
+56
|
*
Feature: Add support for negation
Baitinq
2025-01-22
2
-5
/
+9
|
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
3
-3
/
+46
|
*
Feature: Add support for while statements
Baitinq
2025-01-21
3
-8
/
+60
|
*
Tokenizer: Rename NOT token to BANG
Baitinq
2025-01-21
2
-4
/
+4
|
*
Bug: Fix bug with priority of parsing expressions
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
3
-3
/
+32
|
*
Parser: Add support for parenthesis grouping
Baitinq
2025-01-21
1
-9
/
+9
|
*
Parser: Make additive expression left associative
Baitinq
2025-01-21
1
-7
/
+11
|
*
Start working on proper operator precedence
Baitinq
2025-01-19
1
-1
/
+8
|
*
Bug: Fix bug with accept_parse
Baitinq
2025-01-19
1
-1
/
+3
|
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
2
-19
/
+47
|
*
Feature: Add support for boolean values
Baitinq
2025-01-19
3
-33
/
+46
|
*
Feature: Add support for substraction
Baitinq
2025-01-18
3
-3
/
+11
|
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
3
-32
/
+95
|
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
2
-60
/
+69
|
*
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
1
-21
/
+77
|
*
Misc: Start working on scopes
Baitinq
2025-01-18
1
-8
/
+13
|
*
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
3
-41
/
+14
|
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
3
-10
/
+67
|
*
Tokenizer: Add support for comments
Baitinq
2025-01-16
1
-0
/
+9
|
*
Evaluator: variables as values
Baitinq
2025-01-16
1
-12
/
+23
|
*
Get function calls kind of working :)
Baitinq
2025-01-16
1
-39
/
+43
|
*
Evaluator: Start working on new function-capable evaluator
Baitinq
2025-01-16
3
-46
/
+79
|
*
Parser: clean
Baitinq
2025-01-15
1
-20
/
+13
|
*
Add basic support for parsing functions
Baitinq
2025-01-15
2
-66
/
+162
|
*
Parser: clean
Baitinq
2025-01-13
1
-1
/
+1
|
*
Tokenizer: Add suport for underscores in identifier parsing
Baitinq
2025-01-13
1
-1
/
+1
|
*
Tokenizer: Add support for tokenizing functions
Baitinq
2025-01-13
2
-5
/
+20
|
*
Implement "return"
Baitinq
2025-01-12
3
-1
/
+36
|
*
Evaluator: Store variables with value instead of reference
Baitinq
2025-01-12
1
-6
/
+6
|
*
Add support for sum operator
Baitinq
2025-01-12
3
-53
/
+91
|
*
Evaluator: Fix bug when variables are initialized with the same identifier ↵
Baitinq
2025-01-12
1
-1
/
+2
|
|
|
|
as the defined
*
Tokenizer: Fix tokenizer invalid strings
Baitinq
2025-01-12
2
-3
/
+8
|
*
Misc: Improve error messages and add todos
Baitinq
2025-01-12
3
-5
/
+24
|
*
Evaluator: Add simple test
Baitinq
2025-01-12
1
-0
/
+25
|
*
Parser: fix tests
Baitinq
2025-01-11
1
-51
/
+61
|
[next]