aboutsummaryrefslogtreecommitdiff
path: root/evaluator/evaluator_test.go
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10hashesBobby1-0/+90
2024-04-04arrays and array indexesBobby1-0/+79
2024-04-04built in functionsBobby1-0/+32
2024-04-04added string concatenationBobby1-0/+18
2024-03-29StringsBobby1-0/+14
2024-03-29functions and closuresBobby1-0/+13
2024-03-08ast: fn initBobby1-66/+110
2024-03-04LetStatementsBobby1-1/+23
2024-03-04error handlingBobby1-1/+58
2024-03-01Evaluate `return` StatementBobby1-0/+25
2024-03-01`Eval` for `IfElseStatement`Bobby1-0/+33
2024-03-01Infix Operator Evaluation for Boolean ComparisonsBobby1-3/+20
2024-02-18Eval Infix Integer OperatorBobby1-0/+11
2024-02-18Eval Minus Prefix OperatorBobby1-0/+2
2024-02-18Evaluate Bang operatorBobby1-2/+49
2024-02-17Added Evaulator and Object ModelBobby1-0/+44