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
/
src
/
bootstrap
/
codegen.pry
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Finish bootstrapping :^)
Baitinq
2025-07-15
1
-1450
/
+0
|
*
Boostrap: Support generating LLVM IR file
Baitinq
2025-07-15
1
-2
/
+7
|
*
Boostrap: Fix bug storing last function return type
Baitinq
2025-07-15
1
-3
/
+3
|
*
Boostrap: Add todos
Baitinq
2025-07-15
1
-2
/
+4
|
*
Boostrap: Fix building with stage1
Baitinq
2025-07-15
1
-7
/
+10
|
*
Boostrap: Typecheck
Baitinq
2025-07-15
1
-8
/
+118
|
*
Boostrap: Improvements
Baitinq
2025-07-14
1
-15
/
+4
|
*
Boostrap: Support codegen for simple type
Baitinq
2025-07-13
1
-0
/
+13
|
*
Boostrap: Support break and continue
Baitinq
2025-07-13
1
-0
/
+20
|
*
Boostrap: Support null
Baitinq
2025-07-13
1
-2
/
+17
|
*
Boostrap: Support struct field access
Baitinq
2025-07-13
1
-82
/
+100
|
*
Boostrap: Support struct field access assignment
Baitinq
2025-07-13
1
-0
/
+96
|
*
Boostrap: Support struct instanciation
Baitinq
2025-07-13
1
-0
/
+15
|
*
Boostrap: Support struct definition
Baitinq
2025-07-13
1
-0
/
+45
|
*
Boostrap: Support sizeof builtin
Baitinq
2025-07-13
1
-1
/
+26
|
*
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
1
-29
/
+64
|
*
Boostrap: Support calling function ptr
Baitinq
2025-07-12
1
-3
/
+25
|
*
Boostrap: Clean
Baitinq
2025-07-12
1
-61
/
+17
|
*
Boostrap: Implement import
Baitinq
2025-07-12
1
-10
/
+22
|
*
Boostrap: Support cast statement
Baitinq
2025-07-11
1
-0
/
+13
|
*
Bootstrap: Support addition
Baitinq
2025-07-11
1
-0
/
+47
|
*
Bootstrap: Support variable assignment
Baitinq
2025-07-11
1
-3
/
+48
|
*
Bootstrap: Support while loops
Baitinq
2025-07-09
1
-0
/
+40
|
*
Bootstrap: Support unary expressions
Baitinq
2025-07-09
1
-0
/
+49
|
*
Bootstrap: Support equality expressions
Baitinq
2025-07-09
1
-0
/
+49
|
*
Bootstrap: Support if statement
Baitinq
2025-07-09
1
-1
/
+39
|
*
Bootstrap: Codegen: Support char types
Baitinq
2025-07-07
1
-1
/
+14
|
*
Bootstrap: Codegen: Support bool types
Baitinq
2025-07-07
1
-0
/
+26
|
*
Boostrap: Codegen function definition arguments
Baitinq
2025-07-06
1
-8
/
+43
|
*
Boostrap: Improve codegen for function declaration (starting to work on params)
Baitinq
2025-07-06
1
-1
/
+32
|
*
Boostrap: Improve parser and codegen function calls values
Baitinq
2025-07-06
1
-1
/
+6
|
*
Boostrap: Get printf working
Baitinq
2025-07-05
1
-1
/
+1
|
*
Boostrap: Codegen for strings
Baitinq
2025-07-05
1
-1
/
+30
|
*
Boostrap: Support basic function calls
Baitinq
2025-07-05
1
-5
/
+70
|
*
Boostrap: Support adding variables to environment
Baitinq
2025-07-05
1
-8
/
+47
|
*
Bootstrap: Codegen: start working on function calls
Baitinq
2025-06-28
1
-0
/
+24
|
*
boostrap: implement support for declaring extern functions
Baitinq
2025-06-26
1
-7
/
+107
|
*
boostrap: implement enough for first example to work
Baitinq
2025-06-23
1
-15
/
+189
|
*
Misc: Rename lang
Baitinq
2025-06-11
1
-0
/
+187