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
/
8.src
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-03-09
Examples: Add new more complex examples
Baitinq
2
-6
/
+67
2025-03-09
Codegen: Fix bug with if statements inside while loops
Baitinq
2
-8
/
+8
2025-03-09
Feature: Add support for mod operator
Baitinq
6
-16
/
+43
2025-03-08
Feature: Add support for GT and LT operators
Baitinq
5
-80
/
+47
2025-03-08
Codegen: Fix bug with recursive functions as variables
Baitinq
2
-28
/
+24
2025-03-08
Codegen: Use alternative way of knowing if we should load function before call
Baitinq
1
-3
/
+1
2025-03-07
Misc: Remove comments
Baitinq
1
-4
/
+3
2025-03-04
Codegen: Fix llvm codegen in macos
Baitinq
1
-2
/
+1
2025-03-04
Codegen: Fix llvm compilation in macos
Baitinq
2
-13
/
+16
2025-03-04
Codegen: Initialize all llvm targets
Baitinq
1
-5
/
+8
2025-02-25
Codegen: Cleanup
Baitinq
1
-6
/
+5
2025-02-23
Codegen: Support functions as function params
Baitinq
3
-35
/
+97
2025-02-22
Misc: Fix llvm error message cleanup
Baitinq
1
-1
/
+1
2025-02-16
Parser: Add proper support for type parsing
Baitinq
3
-17
/
+98
2025-02-15
Codegen: support bool type
Baitinq
2
-6
/
+13
2025-02-15
Codegen: start supporting types for function params
Baitinq
8
-11
/
+19
2025-02-15
Codegen: depend on libc for entrypoint
Baitinq
1
-21
/
+0
2025-02-15
Codegen: print verification message
Baitinq
1
-1
/
+4
2025-02-15
Feature: Introduce initial support for function return types
Baitinq
18
-32
/
+42
2025-02-14
Examples: Update initial example with types
Baitinq
1
-1
/
+1
2025-02-14
Codegen: Fix bug when reassigning variables
Baitinq
1
-2
/
+8
2025-02-13
Codegen: Cleanup
Baitinq
2
-65
/
+47
2025-02-12
Misc: Cleanup comments
Baitinq
1
-3
/
+0
2025-02-12
Codegen: Properly support global vars
Baitinq
1
-2
/
+18
2025-02-12
Codegen: Fix bug with function as variables
Baitinq
2
-4
/
+0
2025-02-12
Codegen: Dont alloca for function definitions
Baitinq
1
-1
/
+1
2025-02-12
Misc: Update flake
Baitinq
1
-12
/
+12
2025-02-12
Codegen: Fix generating function params
Baitinq
2
-9
/
+21
2025-02-11
Misc: Update flake
Baitinq
1
-47
/
+13
2025-02-11
Misc: Add TODOs
Baitinq
5
-5
/
+13
2025-02-11
Codegen: Fix generating binop expressions
Baitinq
2
-13
/
+17
2025-02-11
Codegen: Fix generating unary expressions
Baitinq
1
-10
/
+24
2025-02-11
Codegen: Fix generating equality expressions
Baitinq
1
-4
/
+11
2025-02-10
Evaluator: Add "printb" function
Baitinq
1
-1
/
+1
2025-02-10
Codegen: Implement while statement and fix addition
Baitinq
2
-9
/
+43
2025-02-10
Codegen: Fix SSA variable declaration
Baitinq
2
-15
/
+42
2025-02-05
Codegen: Random fixes
Baitinq
1
-4
/
+2
2025-02-04
Codegen: "Support" booleans
Baitinq
2
-28
/
+96
2025-02-04
Codegen: Support anonymous functions
Baitinq
1
-8
/
+14
2025-02-04
Codegen: Fix verifier errors and ensure verifier runs
Baitinq
1
-7
/
+16
2025-02-04
Codegen: Prepare for module verifying
Baitinq
1
-0
/
+3
2025-02-04
Codegen: Support recursive functions
Baitinq
1
-12
/
+19
2025-02-02
Codegen: Add errdefers for debugging
Baitinq
1
-0
/
+6
2025-02-02
Codegen: Support mul,div,sub and cmp
Baitinq
1
-3
/
+50
2025-02-02
Codegen: Support if statements
Baitinq
1
-0
/
+23
2025-02-01
Codegen: Handle function parameters
Baitinq
1
-6
/
+24
2025-01-31
Codegen: Start handling global variables
Baitinq
2
-5
/
+12
2025-01-31
Codegen: Fix function as variables
Baitinq
2
-13
/
+80
2025-01-30
Misc: Fix incorrect codegen error log
Baitinq
1
-11
/
+13
2025-01-30
Codegen: Fix bug calling printf
Baitinq
2
-8
/
+6
[next]