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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tokenzier: Correctly handle char escaping
Baitinq
2025-05-17
1
-6
/
+17
*
Codegen: Fix bug with global functions as params
Baitinq
2025-05-17
1
-2
/
+4
*
Bootstrap: Tokenizer: Tokenize ints
Baitinq
2025-05-15
2
-2
/
+52
*
Feature: Add support for null pointers
Baitinq
2025-05-15
3
-1
/
+20
*
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
2025-05-15
1
-4
/
+81
*
Bootstrap: Tokenizer: Continue implementing
Baitinq
2025-05-15
3
-7
/
+58
*
Codegen: Fix bug with nested ifs
Baitinq
2025-05-15
1
-2
/
+2
*
Bootstrap: Require filename argument
Baitinq
2025-05-14
1
-0
/
+5
*
bootstrap: tokenizer: more changes
Baitinq
2025-05-14
1
-1
/
+46
*
Feature: Add support for break statement
Baitinq
2025-05-12
3
-4
/
+30
*
boostrap: tokenizer: clean
Baitinq
2025-05-12
1
-10
/
+25
*
Feature: Add support for GE and LE comparisons
Baitinq
2025-05-11
2
-1
/
+25
*
Bootstrap: cleanup
Baitinq
2025-05-11
2
-46
/
+50
*
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
2
-21
/
+20
*
Feature: Add initial stdlib
Baitinq
2025-05-10
1
-10
/
+17
*
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
2
-5
/
+10
*
Feature: Add support for imports
Baitinq
2025-05-10
6
-15
/
+98
*
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
*
Bootstrap: Iterate chars
Baitinq
2025-04-10
1
-8
/
+33
*
Codegen: Improve tracking of node types
Baitinq
2025-04-10
2
-31
/
+59
*
Bootstrap: start bootstrapping implementation
Baitinq
2025-04-08
1
-0
/
+34
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
3
-3
/
+93
*
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
2
-37
/
+52
*
Evaluator: Remove evaluator
Baitinq
2025-04-01
2
-411
/
+15
*
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
3
-15
/
+56
*
Codegen: Support void type
Baitinq
2025-03-26
1
-0
/
+1
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
2
-5
/
+23
*
Feature: Add basic support for varargs
Baitinq
2025-03-25
1
-1
/
+6
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
2
-1
/
+16
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
2
-21
/
+6
*
Feature: Add support for strings
Baitinq
2025-03-24
4
-89
/
+83
*
Parser: Fix ambiguity with symbol declaration
Baitinq
2025-03-23
2
-13
/
+27
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
2
-1
/
+35
*
Misc: Improve error handling
Baitinq
2025-03-21
2
-5
/
+5
*
Codegen: Support functions as return values
Baitinq
2025-03-20
1
-11
/
+62
*
Codegen: Fix printing of llvm error messages
Baitinq
2025-03-12
1
-8
/
+11
*
simplify
native-llvm
Baitinq
2025-03-12
1
-133
/
+126
*
Merge branch 'master' into native-llvm
Baitinq
2025-03-12
4
-132
/
+120
|
\
|
*
Codegen: Fix bug with functions without name
Baitinq
2025-03-11
1
-2
/
+3
|
*
Codegen: Fix bug with if statements inside while loops
Baitinq
2025-03-09
1
-5
/
+3
|
*
Feature: Add support for mod operator
Baitinq
2025-03-09
4
-14
/
+41
|
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
3
-78
/
+45
|
*
Codegen: Fix bug with recursive functions as variables
Baitinq
2025-03-08
1
-19
/
+15
[prev]
[next]