summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-05Allow empty match in match_children!Nadrieril1-0/+1
2019-03-05Remove unused unstable featuresNadrieril1-2/+0
2019-03-03Handle errors in parserNadrieril1-0/+1
2019-03-03Write macros to streamline parsingNadrieril1-0/+1
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril1-2/+1
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+0
2019-02-28Auto-generate pest file from spec abnfNadrieril1-0/+1
2019-02-27Add one test from the specNadrieril1-0/+11