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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-23
/
+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
*
Bootstrap: Codegen: Generate number literals
Baitinq
2025-06-07
2
-1
/
+67
*
Feature: Typecheck on struct field assignment
Baitinq
2025-06-06
3
-4
/
+4
*
Bootstrap: Codegen: Create bindings for llvm types
Baitinq
2025-06-06
2
-15
/
+21
*
Feature: Support declaring type aliases
Baitinq
2025-06-06
1
-0
/
+8
*
Bootstrap: Codegen: Continue implementation
Baitinq
2025-06-05
3
-10
/
+42
*
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
*
Bootstrap: Tokenizer: Fix tokenizing '\0' chars
Baitinq
2025-06-03
1
-4
/
+0
*
Codegen: Fix sizeof
Baitinq
2025-06-02
1
-2
/
+1
*
Bootstrap: Tokenizer: Cleanup using slices
Baitinq
2025-06-02
2
-61
/
+67
*
Bootstrap: Tokenizer: Support missing token types
Baitinq
2025-06-01
1
-1
/
+18
*
Boostrap: Tokenizer: Fix allocation
Baitinq
2025-05-31
2
-6
/
+4
*
Bootstrap: Tokenizer: Start rewriting with token type
Baitinq
2025-05-31
1
-70
/
+234
*
Bootstrap: Tokenizer: Rewrite using struct instead of global values
Baitinq
2025-05-31
1
-114
/
+121
*
Bootstrap: Use arena for tokenizer
Baitinq
2025-05-31
2
-16
/
+20
*
Feature: Start adding structs support
Baitinq
2025-05-25
1
-0
/
+3
*
Codegen: Typecheck binary expressions
Baitinq
2025-05-23
2
-22
/
+22
*
Codegen: Typecheck function return types and change null type
Baitinq
2025-05-22
1
-10
/
+10
*
Feature: Add more type checks
Baitinq
2025-05-20
2
-23
/
+15
*
Codegen: Implement proper type comparisons
Baitinq
2025-05-19
1
-1
/
+7
*
Feature: Add support for !=
Baitinq
2025-05-19
1
-3
/
+3
*
Bootstra: Tokenizer: Allocate more memory for tokens
Baitinq
2025-05-18
1
-1
/
+1
*
Misc: Use println instead of printf
Baitinq
2025-05-18
2
-8
/
+7
*
Codegen: Don't allow changing types on variable assignment
Baitinq
2025-05-18
1
-4
/
+4
*
Feature: Add support for continue statement
Baitinq
2025-05-18
1
-13
/
+12
*
Tokenizer: Cleanup consuming logic
Baitinq
2025-05-17
1
-34
/
+42
*
Codegen: Fix bug with if generation in nested functions
Baitinq
2025-05-17
1
-27
/
+18
*
Bootstrap: Tokenizer: Tokenize identifiers
Baitinq
2025-05-17
1
-11
/
+23
*
Bootstrap: Tokenizer: Tokenize chars
Baitinq
2025-05-17
1
-10
/
+98
*
Bootstrap: Tokenizer: Tokenize ints
Baitinq
2025-05-15
1
-2
/
+51
*
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
2025-05-15
1
-4
/
+81
*
Bootstrap: Tokenizer: Continue implementing
Baitinq
2025-05-15
2
-7
/
+57
*
Bootstrap: Require filename argument
Baitinq
2025-05-14
1
-0
/
+5
*
bootstrap: tokenizer: more changes
Baitinq
2025-05-14
1
-1
/
+46
*
boostrap: tokenizer: clean
Baitinq
2025-05-12
1
-10
/
+25
*
Bootstrap: cleanup
Baitinq
2025-05-11
2
-46
/
+50
[next]