Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: fix a few issues | Franck Cuny | 2021-05-10 | 1 | -0/+1 |
* | lexer: support tokens for equal and not equal. | franck cuny | 2020-01-11 | 2 | -2/+39 |
* | lexer: test the new keywords are parsed correctly. | franck cuny | 2020-01-11 | 1 | -3/+25 |
* | 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 |
* | lexer: initial lexer | franck cuny | 2020-01-11 | 2 | -0/+218 |