Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-11-06 | Reimplement checking of variable bindings | David Li | 1 | -3/+3 |
2017-11-05 | Parse function declarations | David Li | 1 | -1/+17 |
2017-11-05 | Parse type and variable declarations | David Li | 1 | -10/+63 |
2017-11-05 | Check types in bindings, unary operators | David Li | 1 | -3/+3 |
2017-11-05 | Add stubbed out type checker | David Li | 1 | -7/+11 |
2017-11-04 | Parse let expressions | David Li | 1 | -0/+19 |
2017-11-04 | Parse identifiers | David Li | 1 | -0/+1 |
2017-11-04 | Parse strings without escapes | David Li | 1 | -0/+1 |
2017-11-04 | Parse logical operators | David Li | 1 | -0/+3 |
2017-11-04 | Parse comparison operators | David Li | 1 | -0/+6 |
2017-11-04 | Parse unary operators | David Li | 1 | -0/+7 |
2017-11-04 | Parse binary operators with precedence | David Li | 1 | -0/+22 |
2017-11-04 | Add location information to AST | David Li | 1 | -1/+23 |
2017-11-03 | Switch to lalrpop for parsing/lexing | David Li | 1 | -0/+7 |