aboutsummaryrefslogtreecommitdiff
path: root/parser/parser_test.go
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10hashesBobby1-0/+104
2024-04-04arrays and array indexesBobby1-0/+43
2024-04-04parsing array expressionsBobby1-0/+25
2024-03-29StringsBobby1-0/+19
2024-03-08ast: fn initBobby1-7/+7
2024-02-07removing optional ; todosBobby1-27/+24
2024-02-03CallExpressions Implemented. Parser DoneBobby1-0/+49
2024-01-24fn literalsBobby1-0/+74
2024-01-24If-Else ParsingBobby1-0/+106
2023-11-17added parsing boolean expressionsBobby1-22/+110
2023-11-17added helper functions: `testIdentifier`, `testLiteralExpression` ↵Bobby1-0/+71
`testInfixExpression`
2023-11-08parser:operator precedence testsBobby1-0/+71
2023-11-08parse infix operatorsBobby1-0/+57
2023-11-03Add PrefixExpressions and ParseIntegerLiterals w/testsBobby1-1/+68
2023-11-03parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral`Bobby1-0/+70
2023-11-03fmt:source treeBobby1-2/+1
2023-11-02parser:returnBobby1-0/+34
2023-11-02parser:let|identBobby1-0/+91