Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-11 | repl: support a simple REPL for some early testing | franck cuny | 2 | -0/+41 | |
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. | |||||
2020-01-11 | lexer: support tokens for equal and not equal. |