summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-17Remove dhall_syntax crateNadrieril1-1/+0
2019-12-17Move pest file generation to dhall/build.rsNadrieril1-0/+1
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-22/+0
2019-09-17Remove need for slice_patterns in pest_consumeNadrieril1-1/+0
2019-09-10Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril1-1/+0
2019-09-03Upgrade rust toolchainNadrieril1-1/+0
2019-09-02We don't use the try_blocks feature anymoreNadrieril1-1/+0
2019-09-02Use proper hygiene for `Parsers` and `Rule`Nadrieril1-0/+1
2019-09-02Avoid use of bind_by_move_pattern_guards featureNadrieril1-1/+0
2019-09-01Change parser macros to use a function-like syntaxNadrieril1-0/+1
2019-08-26Match on rules in parser instead of on ParsedValuesNadrieril1-0/+1
2019-08-16Use `!` type instead of custom empty typeNadrieril1-0/+1
2019-08-15Include precedence parsing in parser macrosNadrieril1-0/+1
2019-05-07Reorganize dhall_syntaxNadrieril1-8/+2
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-0/+0
2019-04-14Document roughly the dhall subcratesNadrieril1-0/+5
2019-04-14Rewrite map methods with Visitor traitsNadrieril1-0/+1
2019-04-08Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril1-1/+0
2019-04-08clippyNadrieril1-1/+2
2019-03-27Integrate the special patterns from match_children!() into iter_patternsNadrieril1-0/+1
2019-03-26Derive DhallType for structsNadrieril1-2/+0
2019-03-24Lay groundwork for DhallType derivingNadrieril1-0/+2
2019-03-21Reorganize dhall_core a bitNadrieril1-2/+11
2019-03-20Cleanup parser codeNadrieril1-1/+0
2019-03-20Obsolete old parser macros; performance is now deadNadrieril1-1/+1
2019-03-20Handle simple parsing cases with new macrosNadrieril1-0/+2
2019-03-15Get rid of box patternsNadrieril1-1/+0
2019-03-15Revert "Start rewriting parser with slice patterns"Nadrieril1-1/+0
2019-03-15Start rewriting parser with slice patternsNadrieril1-0/+1
2019-03-09Obey clippy lintsNadrieril1-0/+5
2019-03-09Use new Label type instead of &str in parserNadrieril1-1/+0
2019-03-06Finally get rid of old parserNadrieril1-3/+0
2019-03-06rustfmtNadrieril1-1/+1
2019-03-06Move context to dhall_coreNadrieril1-0/+1
2019-03-06Split-off core into its own crateNadrieril1-3/+1
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