summaryrefslogtreecommitdiff
path: root/dhall/src/lexer.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Split-off core into its own crateNadrieril1-394/+0
2019-03-06rustfmtNadrieril1-42/+66
2019-03-03Merge builtins in a single enumNadrieril1-30/+22
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+0
2019-02-27Add Natural/Show builtinNadrieril1-0/+1
2019-02-27Fix mixed up parsing of integers/naturalsNadrieril1-2/+2
2019-02-27Switch to Rust 2018 editionNadrieril1-7/+7
2019-02-27Revert "Try to update to latest nom"Nadrieril1-26/+28
2019-02-27Try to update to latest nomNadrieril1-28/+26
2019-02-27Update dependenciesNadrieril1-5/+5
2017-09-08fixed some clippy warningsAndre Bogus1-1/+1
2017-03-10Seperate built-in types and functions from ExprNanoTech1-37/+25
2017-03-10Replace Cow<'i, str> with &'i str in ExprNanoTech1-6/+4
2017-03-10Reference input strings without copyingNanoTech1-6/+8
2017-03-10Parse string literalsNanoTech1-12/+93
2017-03-10Parse identifiers' first character correctlyNanoTech1-2/+5
2017-03-10Remove unused and commented symbol lexing codeNanoTech1-32/+0
2017-03-10Refactor comment end findingNanoTech1-18/+9
2017-03-10Parse Const, lists, and recordsNanoTech1-28/+72
2017-03-10test reservedNanoTech1-1/+1
2017-03-10Separate keywords and builtinsNanoTech1-27/+36
2017-03-10Add more ExprB rulesNanoTech1-5/+24
2017-03-10Skip commentsNanoTech1-8/+41
2017-03-10Report the offset of errorsNanoTech1-2/+3