aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/monkey/pkg/repl (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-27ref(users/fcuny): and just like that ...Franck Cuny1-30/+0
2021-05-10lint: fix a few issuesFranck Cuny1-1/+2
2020-01-11repl: support a simple REPL for some early testingfranck cuny1-0/+29
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.