summaryrefslogtreecommitdiff
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-08fixed some clippy warningsAndre Bogus1-3/+3
2017-03-10Start implementing error explanationsNanoTech1-23/+28
2017-03-10Implement more list functionsNanoTech1-0/+2
2017-03-10normalize: Take the input Expr by referenceNanoTech1-1/+1
2017-03-10impl Display for ExprNanoTech1-1/+10
2017-03-10Begin implementing type checkingNanoTech1-7/+13
2017-03-10Colored error messagesNanoTech1-9/+38
2017-03-10rustc-style error messagesNanoTech1-3/+29
2017-03-10Print some error contextNanoTech1-2/+8
2017-03-10Read and parse stdinNanoTech1-3/+6