summaryrefslogtreecommitdiff
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-101/+0
|
* Add one test from the specNadrieril2019-02-271-17/+2
|
* Switch to Rust 2018 editionNadrieril2019-02-271-7/+5
|
* Revert "Try to update to latest nom"Nadrieril2019-02-271-1/+1
| | | | This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768.
* Try to update to latest nomNadrieril2019-02-271-1/+1
|
* Update dependenciesNadrieril2019-02-271-1/+2
|
* fixed some clippy warningsAndre Bogus2017-09-081-3/+3
|
* Start implementing error explanationsNanoTech2017-03-101-23/+28
|
* Implement more list functionsNanoTech2017-03-101-0/+2
| | | Now requires nightly for #![feature(box_patterns)]
* normalize: Take the input Expr by referenceNanoTech2017-03-101-1/+1
|
* impl Display for ExprNanoTech2017-03-101-1/+10
|
* Begin implementing type checkingNanoTech2017-03-101-7/+13
|
* Colored error messagesNanoTech2017-03-101-9/+38
|
* rustc-style error messagesNanoTech2017-03-101-3/+29
|
* Print some error contextNanoTech2017-03-101-2/+8
|
* Read and parse stdinNanoTech2017-03-101-3/+6
|
* Initial commitNanoTech2017-03-101-0/+31