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 (
Expand
)
Author
Files
Lines
2025-02-15
Codegen: start supporting types for function params
Baitinq
1
-2
/
+2
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
2025-01-30
Codegen: Get addition kind of working
Baitinq
1
-6
/
+10
2025-01-30
Codegen: Cleanup
Baitinq
3
-64
/
+60
2025-01-30
Examples: Add future types example
Baitinq
2
-0
/
+20
2025-01-30
Examples: Fix example 2
Baitinq
2
-1
/
+2
2025-01-30
Codegen: Support function calls in return statement
Baitinq
3
-10
/
+9
2025-01-30
Codegen: Get function declaration/calling kind of working
Baitinq
2
-25
/
+40
2025-01-29
Codegen: Support identifiers in return expressions
Baitinq
2
-4
/
+8
2025-01-29
Codegen: Support variable reassignment
Baitinq
2
-39
/
+23
2025-01-29
Codegen: Get variable declarations kind of working
Baitinq
2
-19
/
+38
2025-01-28
Codegen: Get printf working
Baitinq
2
-6
/
+43
2025-01-27
Codegen: Cleanup
Baitinq
1
-7
/
+6
2025-01-27
Codegen: Get the most basic ever example compiling
Baitinq
3
-16
/
+78
2025-01-27
Codegen: Start working on actual AST codegen
Baitinq
2
-14
/
+70
2025-01-27
Misc: Update gitignore
Baitinq
1
-0
/
+1
2025-01-27
Codegen: PoC use _start
Baitinq
1
-1
/
+1
[next]