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
/
examples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boostrap: Support cast statement
Baitinq
2025-07-11
1
-0
/
+1
*
Bootstrap: Support addition
Baitinq
2025-07-11
1
-0
/
+72
*
Boostrap: Improve codegen for function declaration (starting to work on params)
Baitinq
2025-07-06
2
-4
/
+2
*
Boostrap: Improve parser and codegen function calls values
Baitinq
2025-07-06
1
-1
/
+5
*
Boostrap: Get printf working
Baitinq
2025-07-05
1
-4
/
+2
*
Bootstrap: Codegen: start working on function calls
Baitinq
2025-06-28
1
-1
/
+4
*
boostrap: implement support for declaring extern functions
Baitinq
2025-06-26
1
-0
/
+2
*
std: Add hashmap impl
Baitinq
2025-06-22
1
-0
/
+54
*
Misc: Rename lang
Baitinq
2025-06-11
28
-23
/
+23
*
stdlib: Remove println
Baitinq
2025-06-11
23
-41
/
+41
*
Bootstrap: Start parsing and codegen of more statements
Baitinq
2025-06-10
1
-1
/
+0
*
Bootstrap: Parser: Add enough implementation to parse example -2
Baitinq
2025-06-03
1
-0
/
+1
*
Feature: Support recursive structs
Baitinq
2025-05-30
1
-0
/
+48
*
Feature: Support structs as pointers
Baitinq
2025-05-30
1
-0
/
+40
*
Feature: Add sizeof builtin function
Baitinq
2025-05-28
1
-1
/
+1
*
Feature: Finish adding struct support :^)
Baitinq
2025-05-27
1
-6
/
+17
*
Feature: Start adding structs support
Baitinq
2025-05-25
1
-0
/
+34
*
Examples: Fix example 21
Baitinq
2025-05-24
1
-2
/
+2
*
Codegen: Fix bug with typecheck of return of function params
Baitinq
2025-05-24
5
-46
/
+47
*
Misc: Use println instead of printf
Baitinq
2025-05-18
20
-51
/
+55
*
Codegen: Fix bug with global functions as params
Baitinq
2025-05-17
1
-6
/
+6
*
Feature: Add initial stdlib
Baitinq
2025-05-10
1
-4
/
+5
*
Feature: Support returning void from functions
Baitinq
2025-05-10
1
-6
/
+6
*
Examples: Add example sorting array
Baitinq
2025-05-10
2
-1
/
+77
*
Examples: Fix example 16
Baitinq
2025-05-09
1
-1
/
+1
*
Examples: Add expected stdout and exit code
Baitinq
2025-05-04
24
-1
/
+269
*
Examples: Add example creating array
Baitinq
2025-04-07
1
-0
/
+29
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
1
-0
/
+23
*
Codegen: Fix GEP type
Baitinq
2025-04-02
1
-1
/
+1
*
Feature: Start adding support for assigning to pointers with arithmetic
Baitinq
2025-04-01
1
-5
/
+5
*
Codegen: Start supporting pointer arithmetic
Baitinq
2025-04-01
1
-0
/
+16
*
Feature: Add basic support for pointer references and dereferences
Baitinq
2025-03-29
1
-0
/
+12
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
16
-24
/
+24
*
Feature: Add basic support for varargs
Baitinq
2025-03-25
14
-15
/
+15
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
17
-16
/
+19
*
Examples: Add example of interacting with 3rd party library
Baitinq
2025-03-24
1
-0
/
+14
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
14
-2
/
+29
*
Feature: Add support for strings
Baitinq
2025-03-24
15
-25
/
+23
*
Parser: Fix ambiguity with symbol declaration
Baitinq
2025-03-23
1
-2
/
+2
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
1
-4
/
+8
*
Examples: Add example of linking external symbol
Baitinq
2025-03-21
1
-0
/
+7
*
Examples: Add new function as return example
Baitinq
2025-03-14
1
-0
/
+11
*
Codegen: Fix bug with functions without name
Baitinq
2025-03-11
1
-1
/
+1
*
Examples: Add new more complex examples
Baitinq
2025-03-09
2
-6
/
+67
*
Codegen: Fix bug with if statements inside while loops
Baitinq
2025-03-09
1
-3
/
+5
*
Feature: Add support for mod operator
Baitinq
2025-03-09
1
-1
/
+1
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
1
-1
/
+1
*
Codegen: Fix bug with recursive functions as variables
Baitinq
2025-03-08
1
-9
/
+9
*
Codegen: Support functions as function params
Baitinq
2025-02-23
1
-6
/
+7
*
Codegen: support bool type
Baitinq
2025-02-15
1
-1
/
+6
[next]