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
/
llvm-c
/
Error.h
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-05-28
Feature: Add sizeof builtin function
Baitinq
4
-6
/
+60
2025-05-27
Feature: Finish adding struct support :^)
Baitinq
4
-73
/
+149
2025-05-25
Feature: Start adding structs support
Baitinq
6
-17
/
+218
2025-05-24
Examples: Fix example 21
Baitinq
1
-2
/
+2
2025-05-24
Codegen: Get function return type correctly
Baitinq
1
-15
/
+20
2025-05-24
Codegen: Fix bug with functions inside functions
Baitinq
1
-4
/
+5
2025-05-24
Codegen: Fix bug with typecheck of return of function params
Baitinq
6
-52
/
+64
2025-05-23
Codegen: Typecheck binary expressions
Baitinq
4
-24
/
+33
2025-05-23
Parser: Fix cast statement parsing
Baitinq
2
-11
/
+12
2025-05-22
Codegen: Typecheck function return types and change null type
Baitinq
2
-17
/
+24
2025-05-20
Feature: Add more type checks
Baitinq
3
-36
/
+40
2025-05-20
Feature: Add support for casting types
Baitinq
4
-5
/
+50
2025-05-19
Codegen: Implement proper type comparisons
Baitinq
2
-5
/
+58
2025-05-19
Feature: Add support for !=
Baitinq
4
-5
/
+17
2025-05-18
Bootstra: Tokenizer: Allocate more memory for tokens
Baitinq
1
-1
/
+1
2025-05-18
Misc: Use println instead of printf
Baitinq
22
-59
/
+62
2025-05-18
Codegen: Fix bug with varargs functions
Baitinq
1
-11
/
+16
2025-05-18
Codegen: Don't allow assigning variables of different type
Baitinq
1
-11
/
+8
2025-05-18
Codegen: Don't allow changing types on variable assignment
Baitinq
2
-6
/
+6
2025-05-18
Feature: Add support for continue statement
Baitinq
5
-25
/
+51
2025-05-17
Tokenizer: Cleanup consuming logic
Baitinq
2
-74
/
+60
2025-05-17
Codegen: Fix bug with if generation in nested functions
Baitinq
2
-33
/
+31
2025-05-17
stdlib: Fix isdigit
Baitinq
1
-2
/
+2
2025-05-17
Misc: Add support for building on windows
Baitinq
1
-0
/
+7
2025-05-17
Bootstrap: Tokenizer: Tokenize identifiers
Baitinq
2
-16
/
+35
2025-05-17
Bootstrap: Tokenizer: Tokenize chars
Baitinq
1
-10
/
+98
2025-05-17
Tokenzier: Correctly handle char escaping
Baitinq
1
-6
/
+17
2025-05-17
Codegen: Fix bug with global functions as params
Baitinq
2
-8
/
+10
2025-05-15
Bootstrap: Tokenizer: Tokenize ints
Baitinq
3
-6
/
+63
2025-05-15
Feature: Add support for null pointers
Baitinq
4
-2
/
+21
2025-05-15
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
1
-4
/
+81
2025-05-15
Bootstrap: Tokenizer: Continue implementing
Baitinq
4
-7
/
+93
2025-05-15
Codegen: Fix bug with nested ifs
Baitinq
1
-2
/
+2
2025-05-14
Misc: Cleanup flake.nix
Baitinq
1
-20
/
+19
2025-05-14
Bootstrap: Require filename argument
Baitinq
1
-0
/
+5
2025-05-14
bootstrap: tokenizer: more changes
Baitinq
1
-1
/
+46
2025-05-12
Feature: Add support for break statement
Baitinq
4
-5
/
+31
2025-05-12
boostrap: tokenizer: clean
Baitinq
1
-10
/
+25
2025-05-12
std: Add strcmp
Baitinq
1
-0
/
+24
2025-05-11
Feature: Add support for GE and LE comparisons
Baitinq
3
-2
/
+26
2025-05-11
Bootstrap: cleanup
Baitinq
2
-46
/
+50
2025-05-10
Codegen: Fix: Don't change underlying type if dereference
Baitinq
1
-2
/
+4
2025-05-10
Codegen: Support declaring functions multiple times
Baitinq
2
-21
/
+20
2025-05-10
Feature: Add initial stdlib
Baitinq
3
-14
/
+29
2025-05-10
Codegen: Add varags hack for use in params
Baitinq
1
-0
/
+1
2025-05-10
Feature: Support returning void from functions
Baitinq
4
-12
/
+17
2025-05-10
Examples: Add example sorting array
Baitinq
2
-1
/
+77