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
path:
root
/
examples
/
7.pry
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-26
misc: add stage binaries to gitignore
Baitinq
1
-0
/
+1
2025-07-26
std: mem: Assert arena allocator is not overflown
Baitinq
2
-141
/
+200
2025-07-26
Parser: Fix memory leak
Baitinq
2
-40
/
+46
2025-07-16
Misc: Cleanup readme
Baitinq
1
-23
/
+20
2025-07-16
Codegen: Cleanup asserts
Baitinq
2
-157
/
+172
2025-07-16
Tokenizer: Add bounds checking for consume_until_condition
Baitinq
2
-310
/
+337
2025-07-16
Codegen: Assert that function ends in return
Baitinq
2
-52
/
+86
2025-07-16
Feature: Implement and/or short circuiting
Baitinq
3
-1487
/
+1807
2025-07-15
Feature: Add support for and and or operators
Baitinq
6
-1469
/
+1692
2025-07-15
Boostrap: Regenerate stage 0 in script
Baitinq
2
-1220
/
+1331
2025-07-15
Finish bootstrapping :^)
Baitinq
17
-2936
/
+14780
2025-07-15
Boostrap: Support generating LLVM IR file
Baitinq
3
-4
/
+29
2025-07-15
Boostrap: Fix bug storing last function return type
Baitinq
1
-3
/
+3
2025-07-15
Boostrap: Improve boostrap script
Baitinq
1
-1
/
+18
2025-07-15
Misc: Rename zig project
Baitinq
2
-4
/
+4
2025-07-15
Boostrap: Add todos
Baitinq
2
-2
/
+6
2025-07-15
Boostrap: Fix building with stage1
Baitinq
1