summaryrefslogtreecommitdiff
path: root/src/lexer.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try to update to latest nomNadrieril2019-02-271-28/+26
* Update dependenciesNadrieril2019-02-271-5/+5
* fixed some clippy warningsAndre Bogus2017-09-081-1/+1
* Seperate built-in types and functions from ExprNanoTech2017-03-101-37/+25
* Replace Cow<'i, str> with &'i str in ExprNanoTech2017-03-101-6/+4
* Reference input strings without copyingNanoTech2017-03-101-6/+8
* Parse string literalsNanoTech2017-03-101-12/+93
* 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
* 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