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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-24
/
+119
*
Boostrap: Support cast statement
Baitinq
2025-07-11
2
-0
/
+69
*
Boostrap: Parse ( expr )
Baitinq
2025-07-11
1
-0
/
+11
*
Bootstrap: Support addition
Baitinq
2025-07-11
2
-0
/
+50
*
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
1
-1
/
+32
*
Boostrap: Improve parser and codegen function calls values
Baitinq
2025-07-06
2
-3
/
+98
*
Codegen: Fix pointer assignment type checking
Baitinq
2025-07-05
1
-0
/
+1
*
Boostrap: Get printf working
Baitinq
2025-07-05
1
-1
/
+1
*
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
1
-0
/
+24
*
Bootstrap: Parser: Parse function calls
Baitinq
2025-06-27
1
-3
/
+77
*
boostrap: implement support for declaring extern functions
Baitinq
2025-06-26
3
-14
/
+230
*
boostrap: implement enough for first example to work
Baitinq
2025-06-23
4
-34
/
+224
*
Misc: Rename lang
Baitinq
2025-06-11
5
-8
/
+8
*
stdlib: Remove println
Baitinq
2025-06-11
4
-22
/
+22
*
Boostrap: fix aarch64 linking
Baitinq
2025-06-10
1
-8
/
+0
*
Bootstrap: Start parsing and codegen of more statements
Baitinq
2025-06-10
2
-29
/
+208
*
Codegen: Support function forward declaration
Baitinq
2025-06-10
1
-12
/
+11
*
Bootstrap: Codegen: Generate number literals
Baitinq
2025-06-07
2
-1
/
+67
*
Feature: Typecheck on struct field assignment
Baitinq
2025-06-06
4
-4
/
+6
*
Bootstrap: Codegen: Create bindings for llvm types
Baitinq
2025-06-06
2
-15
/
+21
*
Feature: Support declaring type aliases
Baitinq
2025-06-06
4
-1
/
+39
*
Bootstrap: Codegen: Continue implementation
Baitinq
2025-06-05
4
-11
/
+43
*
Bootstrap: Codegen: Initialize all targets
Baitinq
2025-06-04
2
-6
/
+260
*
Bootstrap: Codegen: Fix memory leaks
Baitinq
2025-06-04
2
-0
/
+3
*
Boostrap: Codegen: Generate object file
Baitinq
2025-06-04
2
-0
/
+55
*
Bootstrap: Codegen: Start implementation
Baitinq
2025-06-03
3
-0
/
+63
*
Bootstrap: Parser: Add enough implementation to parse example -2
Baitinq
2025-06-03
1
-4
/
+120
*
Bootstrap: Parser: Start implementation
Baitinq
2025-06-03
2
-0
/
+250
[next]