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
...
*
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
2025-05-15
1
-4
/
+81
*
Bootstrap: Tokenizer: Continue implementing
Baitinq
2025-05-15
4
-7
/
+93
*
Codegen: Fix bug with nested ifs
Baitinq
2025-05-15
1
-2
/
+2
*
Misc: Cleanup flake.nix
Baitinq
2025-05-14
1
-20
/
+19
*
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
4
-5
/
+31
*
boostrap: tokenizer: clean
Baitinq
2025-05-12
1
-10
/
+25
*
std: Add strcmp
Baitinq
2025-05-12
1
-0
/
+24
*
Feature: Add support for GE and LE comparisons
Baitinq
2025-05-11
3
-2
/
+26
*
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
3
-14
/
+29
*
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
4
-12
/
+17
*
Examples: Add example sorting array
Baitinq
2025-05-10
2
-1
/
+77
*
Feature: Add support for imports
Baitinq
2025-05-10
7
-16
/
+101
*
Misc: Add gitattributes
Baitinq
2025-05-10
1
-0
/
+1
*
Codegen: Don't rely on llvm types
Baitinq
2025-05-10
1
-85
/
+73
*
Examples: Fix example 16
Baitinq
2025-05-09
1
-1
/
+1
*
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
*
Flake: Add valgrind dependency
Baitinq
2025-05-04
1
-0
/
+1
*
Examples: Add expected stdout and exit code
Baitinq
2025-05-04
24
-1
/
+269
*
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
*
Examples: Add example creating array
Baitinq
2025-04-07
1
-0
/
+29
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
5
-4
/
+117
*
Codegen: Fix GEP type
Baitinq
2025-04-02
2
-3
/
+2
*
Feature: Start adding support for assigning to pointers with arithmetic
Baitinq
2025-04-01
4
-43
/
+58
*
Evaluator: Remove evaluator
Baitinq
2025-04-01
2
-411
/
+15
*
Codegen: Start supporting pointer arithmetic
Baitinq
2025-04-01
2
-2
/
+26
*
Feature: Add basic support for pointer references and dereferences
Baitinq
2025-03-29
5
-17
/
+70
*
Codegen: Support void type
Baitinq
2025-03-26
1
-0
/
+1
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
18
-29
/
+47
*
Feature: Add basic support for varargs
Baitinq
2025-03-25
15
-16
/
+21
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
19
-17
/
+35
*
Examples: Add example of interacting with 3rd party library
Baitinq
2025-03-24
1
-0
/
+14
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
16
-23
/
+35
*
Feature: Add support for strings
Baitinq
2025-03-24
20
-115
/
+107
*
Parser: Fix ambiguity with symbol declaration
Baitinq
2025-03-23
4
-17
/
+33
*
Misc: Fix building on linux
Baitinq
2025-03-22
1
-1
/
+0
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
4
-6
/
+44
*
Misc: Improve error handling
Baitinq
2025-03-21
2
-5
/
+5
*
Examples: Add example of linking external symbol
Baitinq
2025-03-21
1
-0
/
+7
*
Misc: Support building on MacOS
Baitinq
2025-03-21
1
-1
/
+16
*
Codegen: Support functions as return values
Baitinq
2025-03-20
1
-11
/
+62
[prev]
[next]