about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/pkg/repl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint: fix a few issuesFranck Cuny2021-05-101-1/+2
|
* repl: support a simple REPL for some early testingfranck cuny2020-01-111-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.