about summary refs log tree commit diff
path: root/users/fcuny/exp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-11lexer: support tokens for equal and not equal.franck cuny2-2/+39
The tokens for equal (`==`) and not equal (`!=`) are composed of two characters. We introduce a new helper (`peekChar`) that we use when we