aboutsummaryrefslogtreecommitdiff
path: root/parser/parser.go
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10hashesBobby1-0/+30
2024-04-04arrays and array indexesBobby1-24/+40
2024-04-04parsing array expressionsBobby1-1/+35
2024-03-29StringsBobby1-0/+8
2024-03-08ast: fn initBobby1-11/+29
2024-02-07removing optional ; todosBobby1-4/+4
2024-02-03CallExpressions Implemented. Parser DoneBobby1-0/+45
2024-01-24fn literalsBobby1-0/+43
2024-01-24If-Else ParsingBobby1-0/+44
2023-11-17added parsing boolean expressionsBobby1-5/+12
2023-11-17added:parser tracing for verbose testingBobby1-0/+10
2023-11-08parse infix operatorsBobby1-2/+70
2023-11-04parser:prefix ! and -Bobby1-0/+24
2023-11-03Add PrefixExpressions and ParseIntegerLiterals w/testsBobby1-1/+1
2023-11-03parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral`Bobby1-2/+84
2023-11-03fmt:source treeBobby1-2/+1
2023-11-02parser:returnBobby1-1/+19
2023-11-02parser:let|identBobby1-0/+132