aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/monkey/cmd (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-11repl: support a simple REPL for some early testingfranck cuny1-0/+12
The REPL reads the input, send it to the lexer, and prints the token to STDOUT. For now nothing else is done since we still don't parse the tokens.