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