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
/
parser.zig
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Bootstrap: Tokenizer: Start rewriting with token type
Baitinq
2025-05-31
1
-0
/
+2
|
*
Feature: Add sizeof builtin function
Baitinq
2025-05-28
1
-3
/
+32
|
*
Feature: Finish adding struct support :^)
Baitinq
2025-05-27
1
-10
/
+24
|
*
Feature: Start adding structs support
Baitinq
2025-05-25
1
-1
/
+88
|
*
Parser: Fix cast statement parsing
Baitinq
2025-05-23
1
-7
/
+8
|
*
Feature: Add support for casting types
Baitinq
2025-05-20
1
-3
/
+37
|
*
Feature: Add support for !=
Baitinq
2025-05-19
1
-1
/
+12
|
*
Feature: Add support for continue statement
Baitinq
2025-05-18
1
-10
/
+20
|
*
Feature: Add support for null pointers
Baitinq
2025-05-15
1
-1
/
+5
|
*
Feature: Add support for break statement
Baitinq
2025-05-12
1
-4
/
+12
|
*
Feature: Add support for GE and LE comparisons
Baitinq
2025-05-11
1
-1
/
+23
|
*
Feature: Add initial stdlib
Baitinq
2025-05-10
1
-10
/
+17
|
*
Feature: Support returning void from functions
Baitinq
2025-05-10
1
-4
/
+4
|
*
Feature: Add support for imports
Baitinq
2025-05-10
1
-1
/
+57
|
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
1
-1
/
+9
|
*
Feature: Start adding support for assigning to pointers with arithmetic
Baitinq
2025-04-01
1
-9
/
+16
|
*
Feature: Add basic support for pointer references and dereferences
Baitinq
2025-03-29
1
-6
/
+19
|
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
1
-0
/
+12
|
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
1
-3
/
+5
|
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-1
/
+9
|
*
Parser: Fix ambiguity with symbol declaration
Baitinq
2025-03-23
1
-13
/
+25
|
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
1
-1
/
+11
|
*
Feature: Add support for mod operator
Baitinq
2025-03-09
1
-7
/
+19
|
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
1
-7
/
+28
|
*
Codegen: Support functions as function params
Baitinq
2025-02-23
1
-1
/
+1
|
*
Parser: Add proper support for type parsing
Baitinq
2025-02-16
1
-9
/
+68
|
*
Codegen: start supporting types for function params
Baitinq
2025-02-15
1
-1
/
+7
|
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
1
-1
/
+7
|
*
Codegen: Support function calls in return statement
Baitinq
2025-01-30
1
-3
/
+0
|
*
Feature: Support calling funtion definitions
Baitinq
2025-01-23
1
-5
/
+21
|
*
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
|
*
Parser: Improve error reporting
Baitinq
2025-01-23
1
-15
/
+18
|
*
Misc: Rename allocator
Baitinq
2025-01-23
1
-16
/
+16
|
*
Parser: Better functions as values
Baitinq
2025-01-23
1
-5
/
+6
|
*
Tokenizer: Improve Token type
Baitinq
2025-01-22
1
-25
/
+9
|
*
Feature: Add support for negation
Baitinq
2025-01-22
1
-4
/
+5
|
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
1
-3
/
+33
|
*
Feature: Add support for while statements
Baitinq
2025-01-21
1
-2
/
+30
|
*
Tokenizer: Rename NOT token to BANG
Baitinq
2025-01-21
1
-1
/
+1
|
*
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
1
-3
/
+24
|
*
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
1
-15
/
+39
|
*
Feature: Add support for boolean values
Baitinq
2025-01-19
1
-1
/
+9
|
*
Feature: Add support for substraction
Baitinq
2025-01-18
1
-2
/
+6
|
[next]