Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to Rust 2018 edition | Nadrieril | 2019-02-27 | 1 | -7/+5 |
| | |||||
* | Revert "Try to update to latest nom" | Nadrieril | 2019-02-27 | 1 | -1/+1 |
| | | | | This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768. | ||||
* | Try to update to latest nom | Nadrieril | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Update dependencies | Nadrieril | 2019-02-27 | 1 | -1/+2 |
| | |||||
* | fixed some clippy warnings | Andre Bogus | 2017-09-08 | 1 | -3/+3 |
| | |||||
* | Start implementing error explanations | NanoTech | 2017-03-10 | 1 | -23/+28 |
| | |||||
* | Implement more list functions | NanoTech | 2017-03-10 | 1 | -0/+2 |
| | | | Now requires nightly for #![feature(box_patterns)] | ||||
* | normalize: Take the input Expr by reference | NanoTech | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | impl Display for Expr | NanoTech | 2017-03-10 | 1 | -1/+10 |
| | |||||
* | Begin implementing type checking | NanoTech | 2017-03-10 | 1 | -7/+13 |
| | |||||
* | Colored error messages | NanoTech | 2017-03-10 | 1 | -9/+38 |
| | |||||
* | rustc-style error messages | NanoTech | 2017-03-10 | 1 | -3/+29 |
| | |||||
* | Print some error context | NanoTech | 2017-03-10 | 1 | -2/+8 |
| | |||||
* | Read and parse stdin | NanoTech | 2017-03-10 | 1 | -3/+6 |
| | |||||
* | Initial commit | NanoTech | 2017-03-10 | 1 | -0/+31 |