Will Hawkins
|
d39127ac17
|
Support Function Calls
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
|
2026-04-09 23:16:27 -04:00 |
|
Will Hawkins
|
7cdbee1999
|
Refactor Parser For Parameter Lists
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
|
2026-04-02 01:28:27 -04:00 |
|
Will Hawkins
|
7c35b2b6e5
|
Binary Operators (and Grouping in Expressions)
Add support for <, <=, >, >=, && and ||.
Also, add support for grouping (with ( and )) in expressions.
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
|
2026-03-23 07:53:41 -04:00 |
|
Will Hawkins
|
8ee20fcf9f
|
Add Support For Parsing Struct Field Access
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
|
2026-03-16 08:30:57 -04:00 |
|
Will Hawkins
|
1982fda677
|
Array Identifier Should Be Expression
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
|
2026-03-13 09:40:45 -04:00 |
|
Will Hawkins
|
4a3a6bdf56
|
Add Tree Sitter Tests For Expressions
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
|
2026-03-13 08:26:47 -04:00 |
|