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
*
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
*
Codegen: Support declaring functions multiple times
Baitinq
2025-05-10
1
-6
/
+8
*
Feature: Add support for imports
Baitinq
2025-05-10
2
-1
/
+10
*
Bootstrap: Iterate chars
Baitinq
2025-04-10
1
-8
/
+33
*
Codegen: Improve tracking of node types
Baitinq
2025-04-10
1
-1
/
+1
*
Bootstrap: start bootstrapping implementation
Baitinq
2025-04-08
1
-0
/
+34