about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/cmd/repl/main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* repl: support a simple REPL for some early testingfranck cuny2020-01-111-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.