Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-11 | lexer: support tokens for equal and not equal. | franck cuny | 2 | -2/+39 | |
The tokens for equal (`==`) and not equal (`!=`) are composed of two characters. We introduce a new helper (`peekChar`) that we use when w |