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 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
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
1
-1
/
+1
*
Feature: Add support for while statements
Baitinq
2025-01-21
1
-0
/
+1
*
Feature: Add support for NOT unary expression
Baitinq
2025-01-21
1
-1
/
+2
*
Parser: Add support for parenthesis grouping
Baitinq
2025-01-21
1
-1
/
+1
*
Parser: Make additive expression left associative
Baitinq
2025-01-21
1
-1
/
+1
*
Example: Add example for while loop
Baitinq
2025-01-20
1
-0
/
+13
*
Start working on proper operator precedence
Baitinq
2025-01-19
1
-1
/
+1
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
2
-3
/
+3
*
Feature: Add support for boolean values
Baitinq
2025-01-19
1
-0
/
+10
*
Example: Get fibonacci example working
Baitinq
2025-01-18
1
-4
/
+4
*
Feature: Add support for substraction
Baitinq
2025-01-18
1
-1
/
+1
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
1
-1
/
+1
*
Examples: add future examples :^)
Baitinq
2025-01-18
2
-0
/
+25
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
1
-4
/
+6
[next]