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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Codegen: Prepare for module verifying
Baitinq
2025-02-04
1
-0
/
+3
|
*
Codegen: Support recursive functions
Baitinq
2025-02-04
1
-12
/
+19
|
*
Codegen: Add errdefers for debugging
Baitinq
2025-02-02
1
-0
/
+6
|
*
Codegen: Support mul,div,sub and cmp
Baitinq
2025-02-02
1
-3
/
+50
|
*
Codegen: Support if statements
Baitinq
2025-02-02
1
-0
/
+23
|
*
Codegen: Handle function parameters
Baitinq
2025-02-01
1
-6
/
+24
|
*
Codegen: Start handling global variables
Baitinq
2025-01-31
1
-3
/
+10
|
*
Codegen: Fix function as variables
Baitinq
2025-01-31
1
-8
/
+75
|
*
Misc: Fix incorrect codegen error log
Baitinq
2025-01-30
1
-11
/
+13
|
*
Codegen: Fix bug calling printf
Baitinq
2025-01-30
1
-7
/
+6
|
*
Codegen: Get addition kind of working
Baitinq
2025-01-30
1
-6
/
+10
|
*
Codegen: Cleanup
Baitinq
2025-01-30
2
-62
/
+58
|
*
Examples: Fix example 2
Baitinq
2025-01-30
1
-0
/
+1
|
*
Codegen: Support function calls in return statement
Baitinq
2025-01-30
3
-10
/
+9
|
*
Codegen: Get function declaration/calling kind of working
Baitinq
2025-01-30
1
-23
/
+38
|
*
Codegen: Support identifiers in return expressions
Baitinq
2025-01-29
1
-3
/
+7
|
*
Codegen: Support variable reassignment
Baitinq
2025-01-29
2
-39
/
+23
|
*
Codegen: Get variable declarations kind of working
Baitinq
2025-01-29
1
-18
/
+37
|
*
Codegen: Get printf working
Baitinq
2025-01-28
1
-5
/
+42
|
*
Codegen: Cleanup
Baitinq
2025-01-27
1
-7
/
+6
|
*
Codegen: Get the most basic ever example compiling
Baitinq
2025-01-27
2
-16
/
+73
|
*
Codegen: Start working on actual AST codegen
Baitinq
2025-01-27
2
-14
/
+70
|
*
Codegen: PoC use _start
Baitinq
2025-01-27
1
-1
/
+1
|
*
Codegen: PoC hello world
Baitinq
2025-01-26
1
-0
/
+13
|
*
Codegen: PoC cleanup
Baitinq
2025-01-26
2
-29
/
+38
|
*
Misc: get llvm compilation kind of working
Baitinq
2025-01-24
1
-3
/
+35
|
*
Misc: Add example llvm code
Baitinq
2025-01-23
2
-1
/
+41
|
*
Misc: Create codegen stub
Baitinq
2025-01-23
1
-0
/
+4
|
*
Feature: Support calling funtion definitions
Baitinq
2025-01-23
2
-14
/
+39
|
*
Sync grammar
Baitinq
2025-01-23
1
-1
/
+1
|
*
Parser: Add check so that we don't access arraylist out of bounds
Baitinq
2025-01-23
1
-1
/
+1
|
*
Tokenizer: Add initial version of location computation
Baitinq
2025-01-23
1
-4
/
+27
|
*
Parser: Improve error reporting
Baitinq
2025-01-23
1
-15
/
+18
|
*
Misc: Rename allocator
Baitinq
2025-01-23
3
-34
/
+32
|
*
Parser: Better functions as values
Baitinq
2025-01-23
1
-5
/
+6
|
*
Tokenizer: Fix bug with offset incrementing
Baitinq
2025-01-23
1
-28
/
+24
|
*
Tokenizer: Improve Token type
Baitinq
2025-01-22
2
-79
/
+56
|
*
Feature: Add support for negation
Baitinq
2025-01-22
2
-5
/
+9
|
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
3
-3
/
+46
|
*
Feature: Add support for while statements
Baitinq
2025-01-21
3
-8
/
+60
|
*
Tokenizer: Rename NOT token to BANG
Baitinq
2025-01-21
2
-4
/
+4
|
*
Bug: Fix bug with priority of parsing expressions
Baitinq
2025-01-21
1
-1
/
+1
|
*
Parser: Remove unused expression node
Baitinq
2025-01-21
1
-10
/
+0
|
*
Feature: Add support for NOT unary expression
Baitinq
2025-01-21
3
-3
/
+32
|
*
Parser: Add support for parenthesis grouping
Baitinq
2025-01-21
1
-9
/
+9
|
*
Parser: Make additive expression left associative
Baitinq
2025-01-21
1
-7
/
+11
|
*
Start working on proper operator precedence
Baitinq
2025-01-19
1
-1
/
+8
|
*
Bug: Fix bug with accept_parse
Baitinq
2025-01-19
1
-1
/
+3
|
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
2
-19
/
+47
|
*
Feature: Add support for boolean values
Baitinq
2025-01-19
3
-33
/
+46
|
[prev]
[next]