about summary refs log tree commit diff
path: root/users (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-11lexer: test the new keywords are parsed correctly.franck cuny1-3/+25
Ensure that the new keywords added (`if`, `else`, `true`, `false`, `return`) are parsed correctly.
2020-01-11token: support more keywordsfranck cuny1-2