summaryrefslogtreecommitdiff
path: root/src/lexer.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-378/+0
* Add Natural/Show builtinNadrieril2019-02-271-0/+1
* Fix mixed up parsing of integers/naturalsNadrieril2019-02-271-2/+2
* Switch to Rust 2018 editionNadrieril2019-02-271-7/+7
* Revert "Try to update to latest nom"Nadrieril2019-02-271-26/+28
* 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