summaryrefslogtreecommitdiff
path: root/src/grammar.lalrpop (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-162/+0
* Fix imports in grammar.lalrpopNadrieril2019-02-281-7/+7
* Revert "Try to update to latest nom"Nadrieril2019-02-271-1/+1
* Try to update to latest nomNadrieril2019-02-271-1/+1
* Use BTreeMaps to keep records and unions sortedNanoTech2017-03-101-4/+4
* Seperate built-in types and functions from ExprNanoTech2017-03-101-2/+3
* Replace Cow<'i, str> with &'i str in ExprNanoTech2017-03-101-4/+3
* Begin implementing type checkingNanoTech2017-03-101-0/+1
* Reference input strings without copyingNanoTech2017-03-101-24/+25
* Parse string literalsNanoTech2017-03-101-0/+2
* Parse Const, lists, and recordsNanoTech2017-03-101-1/+56
* Parse builtins correctlyNanoTech2017-03-101-1/+1
* Separate keywords and builtinsNanoTech2017-03-101-8/+8
* Add more ExprB rulesNanoTech2017-03-101-2/+11
* Initial commitNanoTech2017-03-101-0/+94