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
/
codegen.zig
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Codegen: Fix sizeof
Baitinq
2025-06-02
1
-2
/
+1
|
*
Boostrap: Tokenizer: Fix allocation
Baitinq
2025-05-31
1
-1
/
+2
|
*
Bootstrap: Tokenizer: Start rewriting with token type
Baitinq
2025-05-31
1
-4
/
+18
|
*
Feature: Support recursive structs
Baitinq
2025-05-30
1
-0
/
+11
|
*
Feature: Support structs as pointers
Baitinq
2025-05-30
1
-11
/
+28
|
*
Feature: Support custom types in llvm_get_type
Baitinq
2025-05-28
1
-2
/
+6
|
*
Feature: Add sizeof builtin function
Baitinq
2025-05-28
1
-0
/
+23
|
*
Feature: Finish adding struct support :^)
Baitinq
2025-05-27
1
-55
/
+104
|
*
Feature: Start adding structs support
Baitinq
2025-05-25
1
-15
/
+80
|
*
Codegen: Get function return type correctly
Baitinq
2025-05-24
1
-15
/
+20
|
*
Codegen: Fix bug with functions inside functions
Baitinq
2025-05-24
1
-4
/
+5
|
*
Codegen: Fix bug with typecheck of return of function params
Baitinq
2025-05-24
1
-6
/
+17
|
*
Codegen: Typecheck binary expressions
Baitinq
2025-05-23
1
-0
/
+9
|
*
Codegen: Typecheck function return types and change null type
Baitinq
2025-05-22
1
-7
/
+14
|
*
Feature: Add more type checks
Baitinq
2025-05-20
1
-13
/
+25
|
*
Feature: Add support for casting types
Baitinq
2025-05-20
1
-0
/
+9
|
*
Codegen: Implement proper type comparisons
Baitinq
2025-05-19
1
-4
/
+51
|
*
Feature: Add support for !=
Baitinq
2025-05-19
1
-0
/
+1
|
*
Codegen: Fix bug with varargs functions
Baitinq
2025-05-18
1
-11
/
+16
|
*
Codegen: Don't allow assigning variables of different type
Baitinq
2025-05-18
1
-11
/
+8
|
*
Codegen: Don't allow changing types on variable assignment
Baitinq
2025-05-18
1
-2
/
+2
|
*
Feature: Add support for continue statement
Baitinq
2025-05-18
1
-1
/
+16
|
*
Codegen: Fix bug with if generation in nested functions
Baitinq
2025-05-17
1
-6
/
+13
|
*
Codegen: Fix bug with global functions as params
Baitinq
2025-05-17
1
-2
/
+4
|
*
Bootstrap: Tokenizer: Tokenize ints
Baitinq
2025-05-15
1
-0
/
+1
|
*
Feature: Add support for null pointers
Baitinq
2025-05-15
1
-0
/
+13
|
*
Codegen: Fix bug with nested ifs
Baitinq
2025-05-15
1
-2
/
+2
|
*
Feature: Add support for break statement
Baitinq
2025-05-12
1
-0
/
+16
|
*
Feature: Add support for GE and LE comparisons
Baitinq
2025-05-11
1
-0
/
+2
|
*
Codegen: Fix: Don't change underlying type if dereference
Baitinq
2025-05-10
1
-2
/
+4
|
*
Codegen: Support declaring functions multiple times
Baitinq
2025-05-10
1
-15
/
+12
|
*
Codegen: Add varags hack for use in params
Baitinq
2025-05-10
1
-0
/
+1
|
*
Feature: Support returning void from functions
Baitinq
2025-05-10
1
-1
/
+6
|
*
Feature: Add support for imports
Baitinq
2025-05-10
1
-1
/
+12
|
*
Codegen: Don't rely on llvm types
Baitinq
2025-05-10
1
-85
/
+73
|
*
Codegen: Simplify by not tracking llvm type
Baitinq
2025-05-04
1
-52
/
+69
|
*
Codegen: Fix regression with additions
Baitinq
2025-05-04
1
-3
/
+0
|
*
Codegen: Verify module before outputing ir
Baitinq
2025-05-04
1
-6
/
+6
|
*
Codegen: Improve tracking of node types
Baitinq
2025-04-10
1
-30
/
+58
|
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
1
-2
/
+46
|
*
Codegen: Fix GEP type
Baitinq
2025-04-02
1
-2
/
+1
|
*
Feature: Start adding support for assigning to pointers with arithmetic
Baitinq
2025-04-01
1
-28
/
+36
|
*
Codegen: Start supporting pointer arithmetic
Baitinq
2025-04-01
1
-2
/
+10
|
*
Feature: Add basic support for pointer references and dereferences
Baitinq
2025-03-29
1
-4
/
+27
|
*
Codegen: Support void type
Baitinq
2025-03-26
1
-0
/
+1
|
*
Feature: Add basic support for varargs
Baitinq
2025-03-25
1
-1
/
+6
|
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
1
-1
/
+4
|
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
1
-18
/
+1
|
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-82
/
+29
|
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
1
-0
/
+24
|
[next]