summaryrefslogtreecommitdiff
path: root/src/lexer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Parse identifiers' first character correctlyNanoTech2017-03-101-2/+5
|
* Remove unused and commented symbol lexing codeNanoTech2017-03-101-32/+0
|
* Refactor comment end findingNanoTech2017-03-101-18/+9
|
* Parse Const, lists, and recordsNanoTech2017-03-101-28/+72
| | | | Also fix keyword parsing to always consume whole identifiers.
* test reservedNanoTech2017-03-101-1/+1
|
* Separate keywords and builtinsNanoTech2017-03-101-27/+36
|
* Add more ExprB rulesNanoTech2017-03-101-5/+24
|
* Skip commentsNanoTech2017-03-101-8/+41
|
* Report the offset of errorsNanoTech2017-03-101-2/+3
|
* Initial commitNanoTech2017-03-101-0/+240