index
:
pry-lang
this commit
import
logo
master
Simple self-hosted low level programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start implementing import functionality
import
Baitinq
2025-04-28
5
-1
/
+30
*
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
*
Examples: Add new function as return example
Baitinq
2025-03-14
1
-0
/
+11
*
Codegen: Fix printing of llvm error messages
Baitinq
2025-03-12
1
-8
/
+11
*
Misc: Link against llvm 20
Baitinq
2025-03-12
2
-2
/
+2
*
Misc: Update zig
Baitinq
2025-03-12
2
-14
/
+16
*
llvm-c: add README
Baitinq
2025-03-12
1
-0
/
+1
*
simplify
Baitinq
2025-03-12
1
-133
/
+126
*
Merge branch 'master' into native-llvm
Baitinq
2025-03-12
12
-155
/
+257
|
\
|
*
Codegen: Fix bug with functions without name
Baitinq
2025-03-11
2
-3
/
+4
|
*
Misc: Add README
Baitinq
2025-03-09
1
-0
/
+50
|
*
Examples: Add new more complex examples
Baitinq
2025-03-09
2
-6
/
+67
|
*
Codegen: Fix bug with if statements inside while loops
Baitinq
2025-03-09
2
-8
/
+8
|
*
Feature: Add support for mod operator
Baitinq
2025-03-09
6
-16
/
+43
|
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
5
-80
/
+47
|
*
Codegen: Fix bug with recursive functions as variables
Baitinq
2025-03-08
2
-28
/
+24
|
*
Codegen: Use alternative way of knowing if we should load function before call
Baitinq
2025-03-08
1
-3
/
+1
|
*
Misc: Remove comments
Baitinq
2025-03-07
1
-4
/
+3
|
*
Codegen: Fix llvm codegen in macos
Baitinq
2025-03-04
1
-2
/
+1
|
*
Codegen: Fix llvm compilation in macos
Baitinq
2025-03-04
2
-13
/
+16
*
|
Codegen: add bundled llvm
Baitinq
2025-03-04
32
-27
/
+11744
|
/
*
Codegen: Initialize all llvm targets
Baitinq
2025-03-04
1
-5
/
+8
*
Codegen: Cleanup
Baitinq
2025-02-25
1
-6
/
+5
*
Codegen: Support functions as function params
Baitinq
2025-02-23
3
-35
/
+97
*
Misc: Fix llvm error message cleanup
Baitinq
2025-02-22
1
-1
/
+1
*
Parser: Add proper support for type parsing
Baitinq
2025-02-16
3
-17
/
+98
*
Codegen: support bool type
Baitinq
2025-02-15
2
-6
/
+13
[next]