summaryrefslogtreecommitdiff
path: root/src/semantic/translate.rs
AgeCommit message (Expand)AuthorFilesLines
2017-11-06Reimplement checking of variable bindingsDavid Li1-21/+81
2017-11-05Parse type and variable declarationsDavid Li1-12/+13
2017-11-05Check types in bindings, unary operatorsDavid Li1-12/+54
2017-11-05Check types in add expressionsDavid Li1-3/+40
2017-11-05Add stubbed out type checkerDavid Li1-0/+39