summaryrefslogtreecommitdiff
path: root/src/grammar.lalrpop (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-162/+0
2019-02-28Fix imports in grammar.lalrpopNadrieril1-7/+7
2019-02-27Revert "Try to update to latest nom"Nadrieril1-1/+1
2019-02-27Try to update to latest nomNadrieril1-1/+1
2017-03-10Use BTreeMaps to keep records and unions sortedNanoTech1-4/+4
2017-03-10Seperate built-in types and functions from ExprNanoTech1-2/+3
2017-03-10Replace Cow<'i, str> with &'i str in ExprNanoTech1-4/+3
2017-03-10Begin implementing type checkingNanoTech1-0/+1
2017-03-10Reference input strings without copyingNanoTech1-24/+25
2017-03-10Parse string literalsNanoTech1-0/+2
2017-03-10Parse Const, lists, and recordsNanoTech1-1/+56
2017-03-10Parse builtins correctlyNanoTech1-1/+1
2017-03-10Separate keywords and builtinsNanoTech1-8/+8
2017-03-10Add more ExprB rulesNanoTech1-2/+11