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
*
Start working on proper operator precedence
Baitinq
2025-01-19
3
-3
/
+10
|
*
Bug: Fix bug with accept_parse
Baitinq
2025-01-19
1
-1
/
+3
|
*
Feature: Add basic support for equality expression
Baitinq
2025-01-19
5
-25
/
+54
|
*
Feature: Add support for boolean values
Baitinq
2025-01-19
5
-34
/
+57
|
*
Example: Get fibonacci example working
Baitinq
2025-01-18
1
-4
/
+4
|
*
Feature: Add support for substraction
Baitinq
2025-01-18
5
-7
/
+13
|
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
5
-36
/
+104
|
*
Examples: add future examples :^)
Baitinq
2025-01-18
2
-0
/
+25
|
*
Evaluator: implement support for function arguments
Baitinq
2025-01-18
3
-64
/
+75
|
*
Evaluator: create and drop scopes when entering/leaving functions
Baitinq
2025-01-18
1
-4
/
+9
|
*
Evaluator: Create environment abstraction for handling scopes
Baitinq
2025-01-18
2
-22
/
+82
|
*
Misc: Start working on scopes
Baitinq
2025-01-18
1
-8
/
+13
|
*
Examples: Add variable scopes example
Baitinq
2025-01-18
2
-4
/
+17
|
*
Tokenizer: Fix comment skipping
Baitinq
2025-01-18
1
-0
/
+1
|
*
Evaluator: Improve how functions and variables are handled
Baitinq
2025-01-18
2
-36
/
+38
|
*
Misc: Implement print function as "native" function
Baitinq
2025-01-18
4
-44
/
+15
|
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
5
-13
/
+73
|
*
Examples: new example
Baitinq
2025-01-16
1
-0
/
+9
|
*
Tokenizer: Add support for comments
Baitinq
2025-01-16
2
-0
/
+11
|
*
Evaluator: variables as values
Baitinq
2025-01-16
2
-14
/
+25
|
*
Get function calls kind of working :)
Baitinq
2025-01-16
5
-48
/
+68
|
*
Evaluator: Start working on new function-capable evaluator
Baitinq
2025-01-16
4
-48
/
+86
|
*
Parser: clean
Baitinq
2025-01-15
2
-22
/
+17
|
*
Add basic support for parsing functions
Baitinq
2025-01-15
5
-81
/
+181
|
*
Parser: clean
Baitinq
2025-01-13
1
-1
/
+1
|
*
Tokenizer: Add suport for underscores in identifier parsing
Baitinq
2025-01-13
2
-3
/
+3
|
*
Tokenizer: Add support for tokenizing functions
Baitinq
2025-01-13
3
-5
/
+27
|
*
Implement "return"
Baitinq
2025-01-12
5
-4
/
+41
|
*
Evaluator: Store variables with value instead of reference
Baitinq
2025-01-12
4
-13
/
+11
|
*
Add support for sum operator
Baitinq
2025-01-12
6
-58
/
+99
|
*
Evaluator: Fix bug when variables are initialized with the same identifier ↵
Baitinq
2025-01-12
2
-2
/
+2
|
|
|
|
as the defined
*
Tokenizer: Fix tokenizer invalid strings
Baitinq
2025-01-12
5
-5
/
+9
|
*
Misc: Improve error messages and add todos
Baitinq
2025-01-12
7
-5
/
+34
|
*
Evaluator: Add simple test
Baitinq
2025-01-12
1
-0
/
+25
|
*
Misc: Improve lsp errors
Baitinq
2025-01-11
2
-0
/
+12
|
*
Parser: fix tests
Baitinq
2025-01-11
1
-51
/
+61
|
*
Tokenizer: Improve tests
Baitinq
2025-01-11
1
-24
/
+45
|
*
Tokenizer: Fix parsing end-of-buf strings
Baitinq
2025-01-10
1
-0
/
+2
|
*
Misc: Support evaluating sequentially in REPL
Baitinq
2025-01-10
2
-10
/
+12
|
*
Evaluator: Implement variable declaration and definition and variable printing
Baitinq
2025-01-09
3
-9
/
+29
|
*
Evaluator: Implement first version of evaluator that handles print statements
Baitinq
2025-01-08
3
-1
/
+69
|
*
Misc: Dont crash REPL if parsing fails
Baitinq
2025-01-08
1
-1
/
+3
|
*
Parser: general cleanup
Baitinq
2025-01-08
1
-34
/
+22
|
*
Parser: Cleanup node creation
Baitinq
2025-01-08
1
-29
/
+20
|
*
Parser: Add grammar docs
Baitinq
2025-01-08
1
-2
/
+4
|
*
Parser: Add support for parsing variable statements
Baitinq
2025-01-08
1
-4
/
+24
|
*
Parser: Use arena allocator
Baitinq
2025-01-08
2
-28
/
+3
|
*
Parser: Prepare for variable statement parsing
Baitinq
2025-01-08
1
-11
/
+29
|
*
Parser: Implement print statement parsing properly and cleanup
Baitinq
2025-01-07
2
-68
/
+72
|
*
Parser: Small improvements
Baitinq
2025-01-07
2
-14
/
+17
|
[next]