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
/
examples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Codegen: Implement while statement and fix addition
Baitinq
2025-02-10
1
-1
/
+2
*
Codegen: Fix SSA variable declaration
Baitinq
2025-02-10
1
-0
/
+7
*
Codegen: "Support" booleans
Baitinq
2025-02-04
1
-1
/
+1
*
Codegen: Start handling global variables
Baitinq
2025-01-31
1
-2
/
+2
*
Codegen: Fix function as variables
Baitinq
2025-01-31
1
-5
/
+5
*
Codegen: Fix bug calling printf
Baitinq
2025-01-30
1
-1
/
+0
*
Codegen: Cleanup
Baitinq
2025-01-30
1
-2
/
+2
*
Examples: Add future types example
Baitinq
2025-01-30
2
-0
/
+20
*
Examples: Fix example 2
Baitinq
2025-01-30
1
-1
/
+1
*
Codegen: Get function declaration/calling kind of working
Baitinq
2025-01-30
1
-2
/
+2
*
Codegen: Support identifiers in return expressions
Baitinq
2025-01-29
1
-1
/
+1
*
Codegen: Get variable declarations kind of working
Baitinq
2025-01-29
1
-1
/
+1
*
Codegen: Get printf working
Baitinq
2025-01-28
1
-1
/
+1
*
Codegen: Get the most basic ever example compiling
Baitinq
2025-01-27
1
-0
/
+5
*
Examples: modify example
Baitinq
2025-01-23
1
-1
/
+3
*
Example: Add functions as values example
Baitinq
2025-01-23
1
-0
/
+12
*
Misc: Improve example
Baitinq
2025-01-23
1
-1
/
+5
*
Feature: Add support for negation
Baitinq
2025-01-22
1
-1
/
+1
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
1
-1
/
+1
*
Feature: Add support for while statements
Baitinq
2025-01-21
1
-0
/
+1
*
Feature: Add support for NOT unary expression
Baitinq
2025-01-21
1
-1
/
+2
*
Parser: Add support for parenthesis grouping
Baitinq
2025-01-21
1
-1
/
+1
*
Parser: Make additive expression left associative
Baitinq
2025-01-21
1
-1
/
+1
*
Example: Add example for while loop
Baitinq
2025-01-20
1
-0
/
+13
*
Start working on proper operator precedence
Baitinq
2025-01-19
1
-1
/
+1
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
2
-3
/
+3
*
Feature: Add support for boolean values
Baitinq
2025-01-19
1
-0
/
+10
*
Example: Get fibonacci example working
Baitinq
2025-01-18
1
-4
/
+4
*
Feature: Add support for substraction
Baitinq
2025-01-18
1
-1
/
+1
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
1
-1
/
+1
*
Examples: add future examples :^)
Baitinq
2025-01-18
2
-0
/
+25
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
1
-4
/
+6
*
Evaluator: Create environment abstraction for handling scopes
Baitinq
2025-01-18
1
-1
/
+5
*
Examples: Add variable scopes example
Baitinq
2025-01-18
2
-4
/
+17
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
1
-1
/
+0
*
Examples: new example
Baitinq
2025-01-16
1
-0
/
+9
*
Tokenizer: Add support for comments
Baitinq
2025-01-16
1
-0
/
+2
*
Evaluator: variables as values
Baitinq
2025-01-16
1
-2
/
+2
*
Get function calls kind of working :)
Baitinq
2025-01-16
4
-9
/
+25
*
Evaluator: Start working on new function-capable evaluator
Baitinq
2025-01-16
1
-2
/
+7
*
Parser: clean
Baitinq
2025-01-15
1
-2
/
+4
*
Add basic support for parsing functions
Baitinq
2025-01-15
2
-9
/
+5
*
Tokenizer: Add suport for underscores in identifier parsing
Baitinq
2025-01-13
1
-2
/
+2
*
Tokenizer: Add support for tokenizing functions
Baitinq
2025-01-13
1
-0
/
+7
*
Implement "return"
Baitinq
2025-01-12
1
-2
/
+2
*
Evaluator: Store variables with value instead of reference
Baitinq
2025-01-12
1
-2
/
+4
*
Add support for sum operator
Baitinq
2025-01-12
1
-4
/
+2
*
Misc: Improve error messages and add todos
Baitinq
2025-01-12
2
-0
/
+8
*
Evaluator: Implement variable declaration and definition and variable printing
Baitinq
2025-01-09
2
-2
/
+2
*
Parser: Improvements?
Baitinq
2025-01-06
1
-0
/
+1
[prev]
[next]