Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-03-10 | Implement more list functions | NanoTech | 1 | -0/+2 |
2017-03-10 | normalize: Take the input Expr by reference | NanoTech | 1 | -1/+1 |
2017-03-10 | impl Display for Expr | NanoTech | 1 | -1/+10 |
2017-03-10 | Begin implementing type checking | NanoTech | 1 | -7/+13 |
2017-03-10 | Colored error messages | NanoTech | 1 | -9/+38 |
2017-03-10 | rustc-style error messages | NanoTech | 1 | -3/+29 |
2017-03-10 | Print some error context | NanoTech | 1 | -2/+8 |
2017-03-10 | Read and parse stdin | NanoTech | 1 | -3/+6 |