aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Added `puts`HEADmainBobby2-7/+20
2024-04-10hashesBobby11-1/+404
2024-04-05Added Built In Functions for ArraysBobby2-4/+170
2024-04-04arrays and array indexesBobby8-53/+301
2024-04-04parsing array expressionsBobby6-5/+100
2024-04-04built in functionsBobby5-34/+104
2024-04-04added string concatenationBobby3-42/+74
2024-03-29StringsBobby9-2/+83
2024-03-29functions and closuresBobby3-1/+57
2024-03-08ast: fn initBobby9-171/+297
2024-03-04LetStatementsBobby4-19/+83
2024-03-04error handlingBobby3-11/+111
2024-03-01Evaluate `return` StatementBobby3-7/+65
2024-03-01`Eval` for `IfElseStatement`Bobby2-0/+63
2024-03-01Infix Operator Evaluation for Boolean ComparisonsBobby2-5/+37
2024-02-18Eval Infix Integer OperatorBobby2-0/+43
2024-02-18Eval Minus Prefix OperatorBobby2-0/+13
2024-02-18Evaluate Bang operatorBobby2-2/+91
2024-02-18Removed previous double occurence of REPLBobby1-25/+19
2024-02-17Updated Information about REPL, Building and TestingBobby1-0/+59
2024-02-17Added Evaulator and Object ModelBobby4-5/+139
2024-02-07Mana RPPLBobby1-4/+27
2024-02-07removing optional ; todosBobby2-31/+28
2024-02-03CallExpressions Implemented. Parser DoneBobby4-1/+121
2024-01-24Updated DocumentationBobby1-11/+10
2024-01-24Updated DocumentationBobby1-4/+64
2024-01-24Updated DocumentationBobby1-1/+5
2024-01-24Updated DocumentationBobby1-2/+60
2024-01-24fn literalsBobby3-0/+144
2024-01-24If-Else ParsingBobby3-0/+193
2023-11-17added parsing boolean expressionsBobby3-27/+135
2023-11-17refactored action `meh`Bobby1-1/+1
2023-11-17refactored action `meh` for testing onlyBobby1-4/+1
2023-11-17added action: test flowBobby1-0/+28
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 operatorsBobby3-2/+154
2023-11-04parser:prefix ! and -Bobby1-0/+24
2023-11-03Add PrefixExpressions and ParseIntegerLiterals w/testsBobby3-2/+91
2023-11-03parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral`Bobby3-2/+168
2023-11-03ast:String() method and testsBobby2-1/+83
2023-11-03ast:add expression statementBobby1-0/+11
2023-11-03fmt:source treeBobby6-40/+37
2023-11-02parser:returnBobby3-1/+64
2023-11-02parser:let|identBobby6-17/+242
2023-11-02base:astBobby1-0/+54
2023-10-29Added REPL and main functionBobby2-1/+51
2023-10-29Added basic tokens and lexingBobby5-0/+342
2023-10-29Initial commitBobby3-0/+224