summaryrefslogtreecommitdiff
path: root/dhall_core/src/grammar_util.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-09Use new Label type instead of &str in parserNadrieril1-4/+0
2019-03-08Rename Expr back to its true nameNadrieril1-1/+1
2019-03-07Revert "Start moving strs in the AST"Nadrieril1-2/+2
2019-03-07Start moving strs in the ASTNadrieril1-2/+2
2019-03-06Finally get rid of old parserNadrieril1-4/+1
2019-03-06Start parsing importsNadrieril1-2/+2
2019-03-06Split-off core into its own crateNadrieril1-0/+0
2019-03-06rustfmtNadrieril1-2/+2
2019-03-04Make some annotations optional in ASTNadrieril1-1/+1
2019-03-03Merge builtins in a single enumNadrieril1-7/+0
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+0
2019-02-27Switch to Rust 2018 editionNadrieril1-2/+2
2017-03-10Seperate built-in types and functions from ExprNanoTech1-18/+2
2017-03-10Begin implementing type checkingNanoTech1-6/+2
2017-03-10Reference input strings without copyingNanoTech1-5/+5
2017-03-10Parse Const, lists, and recordsNanoTech1-4/+4
2017-03-10Parse builtins correctlyNanoTech1-0/+26