aboutsummaryrefslogtreecommitdiff
path: root/parser
AgeCommit message (Expand)AuthorFilesLines
2024-01-24fn literalsBobby2-0/+117
2024-01-24If-Else ParsingBobby2-0/+150
2023-11-17added parsing boolean expressionsBobby2-27/+122
2023-11-17added helper functions: `testIdentifier`, `testLiteralExpression` `testInfixE...Bobby1-0/+71
2023-11-17added:parser tracing for verbose testingBobby2-0/+47
2023-11-08parser:operator precedence testsBobby1-0/+71
2023-11-08parse infix operatorsBobby2-2/+127
2023-11-04parser:prefix ! and -Bobby1-0/+24
2023-11-03Add PrefixExpressions and ParseIntegerLiterals w/testsBobby2-2/+69
2023-11-03parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral`Bobby2-2/+154
2023-11-03fmt:source treeBobby2-4/+2
2023-11-02parser:returnBobby2-1/+53
2023-11-02parser:let|identBobby2-0/+223