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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Bootstrap: Codegen: Start implementation
Baitinq
2025-06-03
3
-0
/
+63
|
*
Bootstrap: Parser: Add enough implementation to parse example -2
Baitinq
2025-06-03
2
-4
/
+121
|
*
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
2
-4
/
+2
|
*
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
3
-7
/
+6
|
*
Bootstrap: Tokenizer: Start rewriting with token type
Baitinq
2025-05-31
3
-74
/
+254
|
*
Bootstrap: Tokenizer: Rewrite using struct instead of global values
Baitinq
2025-05-31
1
-114
/
+121
|
*
std: Use calloc in arena implementation
Baitinq
2025-05-31
1
-3
/
+3
|
*
Bootstrap: Use arena for tokenizer
Baitinq
2025-05-31
3
-19
/
+20
|
*
std: Add arena impl
Baitinq
2025-05-30
1
-0
/
+32
|
*
Feature: Support recursive structs
Baitinq
2025-05-30
2
-0
/
+59
|
*
Feature: Support structs as pointers
Baitinq
2025-05-30
2
-11
/
+68
|
*
Feature: Support custom types in llvm_get_type
Baitinq
2025-05-28
1
-2
/
+6
|
*
Feature: Add sizeof builtin function
Baitinq
2025-05-28
4
-6
/
+60
|
*
Feature: Finish adding struct support :^)
Baitinq
2025-05-27
4
-73
/
+149
|
*
Feature: Start adding structs support
Baitinq
2025-05-25
6
-17
/
+218
|
*
Examples: Fix example 21
Baitinq
2025-05-24
1
-2
/
+2
|
*
Codegen: Get function return type correctly
Baitinq
2025-05-24
1
-15
/
+20
|
*
Codegen: Fix bug with functions inside functions
Baitinq
2025-05-24
1
-4
/
+5
|
*
Codegen: Fix bug with typecheck of return of function params
Baitinq
2025-05-24
6
-52
/
+64
|
*
Codegen: Typecheck binary expressions
Baitinq
2025-05-23
4
-24
/
+33
|
*
Parser: Fix cast statement parsing
Baitinq
2025-05-23
2
-11
/
+12
|
*
Codegen: Typecheck function return types and change null type
Baitinq
2025-05-22
2
-17
/
+24
|
*
Feature: Add more type checks
Baitinq
2025-05-20
3
-36
/
+40
|
*
Feature: Add support for casting types
Baitinq
2025-05-20
4
-5
/
+50
|
*
Codegen: Implement proper type comparisons
Baitinq
2025-05-19
2
-5
/
+58
|
*
Feature: Add support for !=
Baitinq
2025-05-19
4
-5
/
+17
|
*
Bootstra: Tokenizer: Allocate more memory for tokens
Baitinq
2025-05-18
1
-1
/
+1
|
*
Misc: Use println instead of printf
Baitinq
2025-05-18
22
-59
/
+62
|
*
Codegen: Fix bug with varargs functions
Baitinq
2025-05-18
1
-11
/
+16
|
*
Codegen: Don't allow assigning variables of different type
Baitinq
2025-05-18
1
-11
/
+8
|
*
Codegen: Don't allow changing types on variable assignment
Baitinq
2025-05-18
2
-6
/
+6
|
*
Feature: Add support for continue statement
Baitinq
2025-05-18
5
-25
/
+51
|
*
Tokenizer: Cleanup consuming logic
Baitinq
2025-05-17
2
-74
/
+60
|
*
Codegen: Fix bug with if generation in nested functions
Baitinq
2025-05-17
2
-33
/
+31
|
*
stdlib: Fix isdigit
Baitinq
2025-05-17
1
-2
/
+2
|
*
Misc: Add support for building on windows
Baitinq
2025-05-17
1
-0
/
+7
|
*
Bootstrap: Tokenizer: Tokenize identifiers
Baitinq
2025-05-17
2
-16
/
+35
|
*
Bootstrap: Tokenizer: Tokenize chars
Baitinq
2025-05-17
1
-10
/
+98
|
*
Tokenzier: Correctly handle char escaping
Baitinq
2025-05-17
1
-6
/
+17
|
*
Codegen: Fix bug with global functions as params
Baitinq
2025-05-17
2
-8
/
+10
|
*
Bootstrap: Tokenizer: Tokenize ints
Baitinq
2025-05-15
3
-6
/
+63
|
*
Feature: Add support for null pointers
Baitinq
2025-05-15
4
-2
/
+21
|
*
Bootstrap: Tokenizer: Tokenize keywords
Baitinq
2025-05-15
1
-4
/
+81
|
*
Bootstrap: Tokenizer: Continue implementing
Baitinq
2025-05-15
4
-7
/
+93
|
*
Codegen: Fix bug with nested ifs
Baitinq
2025-05-15
1
-2
/
+2
|
*
Misc: Cleanup flake.nix
Baitinq
2025-05-14
1
-20
/
+19
|
[prev]
[next]