aboutsummaryrefslogtreecommitdiff
path: root/repl/repl.go
AgeCommit message (Collapse)AuthorFilesLines
2024-03-08ast: fn initBobby1-6/+6
2024-03-04LetStatementsBobby1-1/+4
2024-02-17Added Evaulator and Object ModelBobby1-5/+9
2024-02-07Mana RPPLBobby1-4/+27
2023-11-03fmt:source treeBobby1-1/+1
2023-11-02parser:let|identBobby1-4/+4
2023-10-29Added REPL and main functionBobby1-1/+32
2023-10-29Added basic tokens and lexingBobby1-0/+1