Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: fix a few issues | Franck Cuny | 2021-05-10 | 3 | -1/+4 |
* | repl: support a simple REPL for some early testing | franck cuny | 2020-01-11 | 1 | -0/+29 |
* | lexer: support tokens for equal and not equal. | franck cuny | 2020-01-11 | 2 | -2/+39 |
* | token: add tokens for equal and not equal. | franck cuny | 2020-01-11 | 1 | -0/+3 |
* | lexer: test the new keywords are parsed correctly. | franck cuny | 2020-01-11 | 1 | -3/+25 |
* | token: support more keywords | franck cuny | 2020-01-11 | 1 | -2/+13 |
* | token: rewrite documentation for `LookupIdent`. | franck cuny | 2020-01-11 | 1 | -3/+4 |
* | lexer: delete redundant test. | franck cuny | 2020-01-11 | 1 | -32/+1 |
* | lexer: support more operator tokens. | franck cuny | 2020-01-11 | 2 | -1/+31 |
* | token: support more operator tokens | franck cuny | 2020-01-11 | 1 | -3/+10 |
* | lexer: initial lexer | franck cuny | 2020-01-11 | 2 | -0/+218 |
* | token: initial tokenizer. | franck cuny | 2020-01-11 | 1 | -0/+48 |