aboutsummaryrefslogtreecommitdiff
path: root/parser/parser_test.go
AgeCommit message (Expand)AuthorFilesLines
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