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
/
README.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-09
Bootstrap: Support equality expressions
Baitinq
3
-6
/
+170
2025-07-09
Bootstrap: Support if statement
Baitinq
3
-1
/
+94
2025-07-07
Bootstrap: Codegen: Support char types
Baitinq
2
-1
/
+23
2025-07-07
Bootstrap: Codegen: Support bool types
Baitinq
3
-0
/
+36
2025-07-06
Boostrap: Codegen function definition arguments
Baitinq
3
-9
/
+47
2025-07-06
Boostrap: Improve codegen for function declaration (starting to work on params)
Baitinq
3
-5
/
+34
2025-07-06
Boostrap: Improve parser and codegen function calls values
Baitinq
3
-4
/
+103
2025-07-05
Codegen: Fix pointer assignment type checking
Baitinq
1
-0
/
+1
2025-07-05
Boostrap: Get printf working
Baitinq
2
-5
/
+3
2025-07-05
Boostrap: Codegen for strings
Baitinq
3
-1
/
+40
2025-07-05
Boostrap: Support basic function calls
Baitinq
3
-7
/
+74
2025-07-05
Boostrap: Support adding variables to environment
Baitinq
2
-9
/
+48
2025-06-28
Bootstrap: Codegen: start working on function calls
Baitinq
2
-1
/
+28
2025-06-27
Bootstrap: Parser: Parse function calls
Baitinq
1
-3
/
+77
2025-06-26
boostrap: implement support for declaring extern functions
Baitinq
4