Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obey clippy lints | Nadrieril | 2019-03-09 | 1 | -2/+1 |
| | | | | Closes #14 | ||||
* | Remove the pervasive Label type parameter | Nadrieril | 2019-03-09 | 1 | -6/+4 |
| | | | | Closes #1 | ||||
* | Use new Label type everywhere | Nadrieril | 2019-03-09 | 1 | -6/+5 |
| | |||||
* | Use new Label type instead of &str in parser | Nadrieril | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | A whole new bunch of tests now pass ! | Nadrieril | 2019-03-09 | 1 | -0/+1 |
| | |||||
* | Recursive imports work ! | Nadrieril | 2019-03-09 | 1 | -2/+2 |
| | |||||
* | First import works ! | Nadrieril | 2019-03-09 | 1 | -4/+82 |
| | |||||
* | Rename Expr back to its true name | Nadrieril | 2019-03-08 | 1 | -3/+3 |
| | |||||
* | Finally get rid of all the &'i str | Nadrieril | 2019-03-08 | 1 | -8/+7 |
| | |||||
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -3/+4 |
| | |||||
* | Start parsing imports | Nadrieril | 2019-03-06 | 1 | -0/+11 |