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
*
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
*
Codegen: start supporting types for function params
Baitinq
2025-02-15
5
-9
/
+9
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
15
-29
/
+27
*
Examples: Update initial example with types
Baitinq
2025-02-14
1
-1
/
+1
*
Codegen: Cleanup
Baitinq
2025-02-13
1
-3
/
+5
*
Codegen: Fix bug with function as variables
Baitinq
2025-02-12
1
-2
/
+0
*
Codegen: Fix generating function params
Baitinq
2025-02-12
1
-2
/
+0
*
Misc: Add TODOs
Baitinq
2025-02-11
4
-5
/
+10
*
Codegen: Fix generating binop expressions
Baitinq
2025-02-11
1
-1
/
+1
*
Codegen: Implement while statement and fix addition
Baitinq
2025-02-10
1
-1
/
+2
*
Codegen: Fix SSA variable declaration
Baitinq
2025-02-10
1
-0
/
+7
*
Codegen: "Support" booleans
Baitinq
2025-02-04
1
-1
/
+1
*
Codegen: Start handling global variables
Baitinq
2025-01-31
1
-2
/
+2
*
Codegen: Fix function as variables
Baitinq
2025-01-31
1
-5
/
+5
*
Codegen: Fix bug calling printf
Baitinq
2025-01-30
1
-1
/
+0
*
Codegen: Cleanup
Baitinq
2025-01-30
1
-2
/
+2
*
Examples: Add future types example
Baitinq
2025-01-30
2
-0
/
+20
*
Examples: Fix example 2
Baitinq
2025-01-30
1
-1
/
+1
*
Codegen: Get function declaration/calling kind of working
Baitinq
2025-01-30
1
-2
/
+2
*
Codegen: Support identifiers in return expressions
Baitinq
2025-01-29
1
-1
/
+1
*
Codegen: Get variable declarations kind of working
Baitinq
2025-01-29
1
-1
/
+1
*
Codegen: Get printf working
Baitinq
2025-01-28
1
-1
/
+1
*
Codegen: Get the most basic ever example compiling
Baitinq
2025-01-27
1
-0
/
+5
*
Examples: modify example
Baitinq
2025-01-23
1
-1
/
+3
*
Example: Add functions as values example
Baitinq
2025-01-23
1
-0
/
+12
*
Misc: Improve example
Baitinq
2025-01-23
1
-1
/
+5
*
Feature: Add support for negation
Baitinq
2025-01-22
1
-1
/
+1
[next]