Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split different tests features into their own files | Nadrieril | 2019-03-15 | 1 | -582/+0 |
| | |||||
* | Rework test harness | Nadrieril | 2019-03-15 | 1 | -537/+564 |
| | |||||
* | Update spec submodule and add new tests | Nadrieril | 2019-03-15 | 1 | -1/+172 |
| | |||||
* | Handle and parse interpolated strings | Nadrieril | 2019-03-14 | 1 | -5/+5 |
| | | | | Closes #25 | ||||
* | Implement binary decoding | Nadrieril | 2019-03-14 | 1 | -8/+8 |
| | | | | | Closes #2 Closes #23 | ||||
* | Handle Some and None builtins | Nadrieril | 2019-03-12 | 1 | -32/+32 |
| | | | | Closes #19 | ||||
* | Fix stack overflows in prelude tests | Nadrieril | 2019-03-11 | 1 | -4/+4 |
| | | | | Closes #5 | ||||
* | Fix List/fold implementation | Nadrieril | 2019-03-11 | 1 | -12/+10 |
| | |||||
* | Update dhall-lang and reactivate prelude tests | Nadrieril | 2019-03-11 | 1 | -127/+127 |
| | |||||
* | Add typecheck tests | Nadrieril | 2019-03-09 | 1 | -0/+157 |
| | | | | Closes #4 | ||||
* | Disable Prelude tests for now | Nadrieril | 2019-03-09 | 1 | -127/+134 |
| | |||||
* | A whole new bunch of tests now pass ! | Nadrieril | 2019-03-09 | 1 | -51/+52 |
| | |||||
* | Start parsing imports | Nadrieril | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Simplify normalization using dhall! macro | Nadrieril | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Implement normalization for some more builtins | Nadrieril | 2019-03-06 | 1 | -4/+4 |
| | |||||
* | Update test list | Nadrieril | 2019-03-05 | 1 | -21/+21 |
| | |||||
* | Parse more of the AST | Nadrieril | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Remove obsolete tests | Nadrieril | 2019-03-03 | 1 | -2/+0 |
| | |||||
* | Add parser/failure tests from spec | Nadrieril | 2019-03-02 | 1 | -0/+10 |
| | |||||
* | Split abnf_to_pest and dhall into their own crates | Nadrieril | 2019-03-01 | 1 | -0/+213 |