Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: fix a few issues | Franck Cuny | 2021-05-10 | 1 | -1/+2 |
| | |||||
* | repl: support a simple REPL for some early testing | franck cuny | 2020-01-11 | 1 | -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. |