| Age | Commit message (Expand) | Author | Files | Lines | 
|---|---|---|---|---|
| 2017-11-06 | Parse and typecheck function calls | David Li | 1 | -0/+17 | 
| 2017-11-06 | License under MPL 2.0 | David Li | 1 | -0/+5 | 
| 2017-11-06 | Type check record definitions | David Li | 1 | -3/+3 | 
| 2017-11-06 | Reimplement checking of variable bindings | David Li | 1 | -1/+2 | 
| 2017-11-05 | Parse empty records/function parameter lists | David Li | 1 | -8/+17 | 
| 2017-11-05 | Parse function declarations | David Li | 1 | -0/+4 | 
| 2017-11-05 | Parse type and variable declarations | David Li | 1 | -5/+29 | 
| 2017-11-04 | Parse let expressions | David Li | 1 | -0/+19 | 
| 2017-11-04 | Parse identifiers | David Li | 1 | -0/+12 | 
| 2017-11-04 | Parse strings without escapes | David Li | 1 | -0/+4 | 
| 2017-11-04 | Parse logical operators | David Li | 1 | -2/+16 | 
| 2017-11-04 | Parse comparison operators | David Li | 1 | -2/+28 | 
| 2017-11-04 | Parse unary operators | David Li | 1 | -3/+15 | 
| 2017-11-04 | Parse binary operators with precedence | David Li | 1 | -0/+25 | 
| 2017-11-04 | Add location information to AST | David Li | 1 | -4/+8 | 
| 2017-11-03 | Switch to lalrpop for parsing/lexing | David Li | 1 | -0/+14 | 
