| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak rustfmt options | Nadrieril | 2019-03-05 | 2 | -42/+57 |
| | | |||||
| * | Parse more of the AST | Nadrieril | 2019-03-05 | 2 | -2/+89 |
| | | |||||
| * | Allow branching in match_children! macro | Nadrieril | 2019-03-05 | 2 | -31/+108 |
| | | |||||
| * | Make some annotations optional in AST | Nadrieril | 2019-03-04 | 4 | -36/+74 |
| | | |||||
| * | Use normalization tests to test the parser too | Nadrieril | 2019-03-03 | 1 | -8/+19 |
| | | |||||
| * | Add myself to authors in Cargo.toml | Nadrieril | 2019-03-03 | 1 | -1/+1 |
| | | |||||
| * | Rollback partial move towards manual stack | Nadrieril | 2019-03-03 | 1 | -170/+124 |
| | | |||||
| * | Parse more of the AST | Nadrieril | 2019-03-03 | 5 | -19/+25 |
| | | |||||
| * | Remove obsolete tests | Nadrieril | 2019-03-03 | 1 | -2/+0 |
| | | |||||
| * | Extract iter-matching code | Nadrieril | 2019-03-03 | 3 | -34/+111 |
| | | |||||
| * | Indent | Nadrieril | 2019-03-03 | 1 | -114/+112 |
| | | |||||
| * | Wrap intermediary parsed values into a common variant | Nadrieril | 2019-03-03 | 1 | -29/+72 |
| | | |||||
| * | tweak | Nadrieril | 2019-03-03 | 1 | -9/+10 |
| | | |||||
| * | Brutally increase stack size | Nadrieril | 2019-03-03 | 2 | -42/+28 |
| | | |||||
| * | Refactor parser using nom-like macros | Nadrieril | 2019-03-03 | 1 | -140/+228 |
| | | |||||
| * | Parse more AST nodes | Nadrieril | 2019-03-03 | 3 | -36/+106 |
| | | |||||
| * | Handle errors in parser | Nadrieril | 2019-03-03 | 4 | -58/+36 |
| | | |||||
| * | Parse builtins | Nadrieril | 2019-03-03 | 2 | -22/+39 |
| | | |||||
| * | Write macros to streamline parsing | Nadrieril | 2019-03-03 | 2 | -25/+59 |
| | | |||||
| * | Merge builtins in a single enum | Nadrieril | 2019-03-03 | 5 | -134/+103 |
| | | |||||
| * | Add parser/failure tests from spec | Nadrieril | 2019-03-02 | 4 | -83/+100 |
| | | |||||
| * | Start implementing parsing on top of pest | Nadrieril | 2019-03-02 | 3 | -108/+206 |
| | | |||||
| * | Move part of parser into its own crate to limit recompilation times | Nadrieril | 2019-03-02 | 11 | -242/+221 |
| | | |||||
| * | Tweak pest generation | Nadrieril | 2019-03-02 | 1 | -2/+2 |
| | | |||||
| * | Split abnf_to_pest and dhall into their own crates | Nadrieril | 2019-03-01 | 56 | -79/+104 |
| | | |||||
| * | remove simple-label override | Nadrieril | 2019-03-01 | 1 | -2/+0 |
| | | |||||
| * | override simple_label rule to avoid parsing keywords | Nadrieril | 2019-03-01 | 1 | -10/+25 |
| | | |||||
| * | Improve pest file layout | Nadrieril | 2019-03-01 | 3 | -16/+57 |
| | | |||||
| * | Auto-generate pest file from spec abnf | Nadrieril | 2019-02-28 | 9 | -844/+334 |
| | | |||||
| * | Start rewriting parser in pest | Nadrieril | 2019-02-28 | 6 | -17/+1088 |
| | | |||||
| * | Fix imports in grammar.lalrpop | Nadrieril | 2019-02-28 | 1 | -7/+7 |
| | | |||||
| * | Add all normalization tests that pass | Nadrieril | 2019-02-27 | 2 | -24/+194 |
| | | |||||
| * | Add Natural/Show builtin | Nadrieril | 2019-02-27 | 3 | -7/+24 |
| | | |||||
| * | Add one test from the spec | Nadrieril | 2019-02-27 | 3 | -17/+25 |
| | | |||||
| * | Add dhall-lang spec repo as a submodule | Nadrieril | 2019-02-27 | 2 | -0/+3 |
| | | |||||
| * | Fix mixed up parsing of integers/naturals | Nadrieril | 2019-02-27 | 2 | -5/+5 |
| | | |||||
| * | Switch to Rust 2018 edition | Nadrieril | 2019-02-27 | 8 | -40/+39 |
| | | |||||
| * | Revert "Try to update to latest nom" | Nadrieril | 2019-02-27 | 6 | -46/+50 |
| | | | | | This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768. | ||||
| * | Try to update to latest nom | Nadrieril | 2019-02-27 | 6 | -50/+46 |
| | | |||||
| * | Update dependencies | Nadrieril | 2019-02-27 | 5 | -145/+521 |
| | | |||||
| * | fixed some clippy warnings | Andre Bogus | 2017-09-08 | 7 | -310/+336 |
| | | |||||
| * | _ unused variables | NanoTech | 2017-03-10 | 1 | -5/+5 |
| | | |||||
| * | Fix match on Embed(X) | NanoTech | 2017-03-10 | 1 | -1/+1 |
| | | |||||
| * | Output comparison script | NanoTech | 2017-03-10 | 1 | -0/+9 |
| | | |||||
| * | Start implementing error explanations | NanoTech | 2017-03-10 | 36 | -26/+1828 |
| | | |||||
| * | Implement fold/build fusion normalize cases | NanoTech | 2017-03-10 | 1 | -7/+7 |
| | | |||||
| * | Fix context lookup order | NanoTech | 2017-03-10 | 1 | -1/+1 |
| | | | | | The most recent item, with context index 0, is at the end of the Vec. | ||||
| * | Format more operators, still ignoring precedence for now | NanoTech | 2017-03-10 | 1 | -0/+6 |
| | | |||||
| * | Format ListLit and OptionalLit | NanoTech | 2017-03-10 | 1 | -23/+27 |
| | | |||||
| * | Implement more normalize and typecheck cases | NanoTech | 2017-03-10 | 2 | -226/+245 |
| | | |||||
