aboutsummaryrefslogtreecommitdiff
path: root/evaluator/evaluator.go
AgeCommit message (Expand)AuthorFilesLines
2024-04-10hashesBobby1-0/+47
2024-04-04arrays and array indexesBobby1-0/+45
2024-04-04built in functionsBobby1-10/+18
2024-04-04added string concatenationBobby1-0/+13
2024-03-29StringsBobby1-0/+3
2024-03-29functions and closuresBobby1-0/+32
2024-03-08ast: fn initBobby1-51/+83
2024-03-04LetStatementsBobby1-17/+36
2024-03-04error handlingBobby1-10/+45
2024-03-01Evaluate `return` StatementBobby1-4/+26
2024-03-01`Eval` for `IfElseStatement`Bobby1-0/+30
2024-03-01Infix Operator Evaluation for Boolean ComparisonsBobby1-2/+17
2024-02-18Eval Infix Integer OperatorBobby1-0/+32
2024-02-18Eval Minus Prefix OperatorBobby1-0/+11
2024-02-18Evaluate Bang operatorBobby1-0/+42
2024-02-17Added Evaulator and Object ModelBobby1-0/+34