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 (
Expand
)
Author
Age
Files
Lines
*
Start implementing import functionality
import
Baitinq
2025-04-28
1
-0
/
+21
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
1
-1
/
+9
*
Feature: Start adding support for assigning to pointers with arithmetic
Baitinq
2025-04-01
1
-9
/
+16
*
Feature: Add basic support for pointer references and dereferences
Baitinq
2025-03-29
1
-6
/
+19
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
1
-0
/
+12
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
1
-3
/
+5
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-1
/
+9
*
Parser: Fix ambiguity with symbol declaration
Baitinq
2025-03-23
1
-13
/
+25
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
1
-1
/
+11
*
Feature: Add support for mod operator
Baitinq
2025-03-09
1
-7
/
+19
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
1
-7
/
+28
*
Codegen: Support functions as function params
Baitinq
2025-02-23
1
-1
/
+1
*
Parser: Add proper support for type parsing
Baitinq
2025-02-16
1
-9
/
+68
*
Codegen: start supporting types for function params
Baitinq
2025-02-15
1
-1
/
+7
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
1
-1
/
+7
*
Codegen: Support function calls in return statement
Baitinq
2025-01-30
1
-3
/
+0
*
Feature: Support calling funtion definitions
Baitinq
2025-01-23
1
-5
/
+21
*
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
*
Parser: Improve error reporting
Baitinq
2025-01-23
1
-15
/
+18
*
Misc: Rename allocator
Baitinq
2025-01-23
1
-16
/
+16
*
Parser: Better functions as values
Baitinq
2025-01-23
1
-5
/
+6
*
Tokenizer: Improve Token type
Baitinq
2025-01-22
1
-25
/
+9
*
Feature: Add support for negation
Baitinq
2025-01-22
1
-4
/
+5
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
1
-3
/
+33
*
Feature: Add support for while statements
Baitinq
2025-01-21
1
-2
/
+30
*
Tokenizer: Rename NOT token to BANG
Baitinq
2025-01-21
1
-1
/
+1
*
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
1
-3
/
+24
*
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
1
-15
/
+39
*
Feature: Add support for boolean values
Baitinq
2025-01-19
1
-1
/
+9
*
Feature: Add support for substraction
Baitinq
2025-01-18
1
-2
/
+6
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
1
-18
/
+46
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
1
-35
/
+37
*
Misc: Implement print function as "native" function
Baitinq
2025-01-18
1
-26
/
+2
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
1
-10
/
+63
*
Evaluator: Start working on new function-capable evaluator
Baitinq
2025-01-16
1
-1
/
+1
*
Parser: clean
Baitinq
2025-01-15
1
-20
/
+13
*
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
[next]