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
*
Boostrap: Regenerate stage 0 in script
Baitinq
2025-07-15
2
-1220
/
+1331
*
Finish bootstrapping :^)
Baitinq
2025-07-15
17
-2936
/
+14780
*
Boostrap: Support generating LLVM IR file
Baitinq
2025-07-15
3
-4
/
+29
*
Boostrap: Fix bug storing last function return type
Baitinq
2025-07-15
1
-3
/
+3
*
Boostrap: Improve boostrap script
Baitinq
2025-07-15
1
-1
/
+18
*
Misc: Rename zig project
Baitinq
2025-07-15
2
-4
/
+4
*
Boostrap: Add todos
Baitinq
2025-07-15
2
-2
/
+6
*
Boostrap: Fix building with stage1
Baitinq
2025-07-15
1
-7
/
+10
*
Boostrap: Typecheck
Baitinq
2025-07-15
1
-8
/
+118
*
Misc: Add boostrap script
Baitinq
2025-07-14
1
-0
/
+3
*
std: Fix hashmap hash
Baitinq
2025-07-14
1
-12
/
+2
*
Boostrap: Improvements
Baitinq
2025-07-14
4
-18
/
+7
*
Boostrap: Support codegen for simple type
Baitinq
2025-07-13
1
-0
/
+13
*
Boostrap: Support break and continue
Baitinq
2025-07-13
2
-0
/
+53
*
Boostrap: Support newtype
Baitinq
2025-07-13
1
-0
/
+26
*
Boostrap: Increase arena capacity
Baitinq
2025-07-13
1
-1
/
+1
*
Boostrap: Support null
Baitinq
2025-07-13
4
-2
/
+26
*
Boostrap: Support struct field access
Baitinq
2025-07-13
1
-82
/
+100
*
Boostrap: Support struct field access assignment
Baitinq
2025-07-13
3
-0
/
+129
*
Boostrap: Support struct instanciation
Baitinq
2025-07-13
2
-0
/
+42
*
Boostrap: Support struct definition
Baitinq
2025-07-13
3
-2
/
+109
*
Boostrap: Support sizeof builtin
Baitinq
2025-07-13
3
-1
/
+77
*
Boostrap: Support assigning to ptrs
Baitinq
2025-07-13
1
-0
/
+12
*
Boostrap: Fix pointer derefence
Baitinq
2025-07-13
1
-0
/
+6
*
Boostrap: Fix function return types
Baitinq
2025-07-13
1
-9
/
+27
*
Boostrap: Support funtion args
Baitinq
2025-07-13
1
-10
/
+25
*
Boostrap: Fuction recursive functions
Baitinq
2025-07-13
1
-1
/
+10
*
Boostrap: Fuction def call and multiplicative expr
Baitinq
2025-07-13
3
-39
/
+86
*
Boostrap: Support calling function ptr
Baitinq
2025-07-12
2
-3
/
+30
*
Boostrap: Clean
Baitinq
2025-07-12
2
-83
/
+47
*
Boostrap: Implement import
Baitinq
2025-07-12
4
-95
/
+122
*
Boostrap: Support cast statement
Baitinq
2025-07-11
3
-0
/
+70
*
Boostrap: Parse ( expr )
Baitinq
2025-07-11
1
-0
/
+11
*
Bootstrap: Support addition
Baitinq
2025-07-11
3
-0
/
+122
*
Bootstrap: Support variable assignment
Baitinq
2025-07-11
1
-3
/
+48
*
Bootstrap: Support while loops
Baitinq
2025-07-09
2
-2
/
+92
*
Bootstrap: Support unary expressions
Baitinq
2025-07-09
2
-0
/
+50
*
Bootstrap: Support equality expressions
Baitinq
2025-07-09
3
-6
/
+170
*
Bootstrap: Support if statement
Baitinq
2025-07-09
3
-1
/
+94
*
Bootstrap: Codegen: Support char types
Baitinq
2025-07-07
2
-1
/
+23
*
Bootstrap: Codegen: Support bool types
Baitinq
2025-07-07
3
-0
/
+36
*
Boostrap: Codegen function definition arguments
Baitinq
2025-07-06
3
-9
/
+47
*
Boostrap: Improve codegen for function declaration (starting to work on params)
Baitinq
2025-07-06
3
-5
/
+34
*
Boostrap: Improve parser and codegen function calls values
Baitinq
2025-07-06
3
-4
/
+103
*
Codegen: Fix pointer assignment type checking
Baitinq
2025-07-05
1
-0
/
+1
*
Boostrap: Get printf working
Baitinq
2025-07-05
2
-5
/
+3
*
Boostrap: Codegen for strings
Baitinq
2025-07-05
3
-1
/
+40
*
Boostrap: Support basic function calls
Baitinq
2025-07-05
3
-7
/
+74
*
Boostrap: Support adding variables to environment
Baitinq
2025-07-05
2
-9
/
+48
*
Bootstrap: Codegen: start working on function calls
Baitinq
2025-06-28
2
-1
/
+28
[next]