aboutsummaryrefslogtreecommitdiff
path: root/ast
AgeCommit message (Expand)AuthorFilesLines
2024-04-10hashesBobby1-0/+22
2024-04-04arrays and array indexesBobby1-0/+20
2024-04-04parsing array expressionsBobby1-0/+23
2024-03-29StringsBobby1-0/+9
2024-03-08ast: fn initBobby1-18/+15
2024-02-03CallExpressions Implemented. Parser DoneBobby1-0/+26
2024-01-24fn literalsBobby1-0/+27
2024-01-24If-Else ParsingBobby1-0/+43
2023-11-17added parsing boolean expressionsBobby1-0/+13
2023-11-08parse infix operatorsBobby1-0/+27
2023-11-03Add PrefixExpressions and ParseIntegerLiterals w/testsBobby1-0/+22
2023-11-03parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral`Bobby1-0/+14
2023-11-03ast:String() method and testsBobby2-1/+83
2023-11-03ast:add expression statementBobby1-0/+11
2023-11-02parser:returnBobby1-0/+11
2023-11-02base:astBobby1-0/+54