| Age | Commit message (Expand) | Author | Files | Lines | 
|---|---|---|---|---|
| 2017-11-04 | Parse logical operators | David Li | 2 | -2/+19 | 
| 2017-11-04 | Parse comparison operators | David Li | 2 | -2/+34 | 
| 2017-11-04 | Display a prompt in the REPL | David Li | 1 | -1/+3 | 
| 2017-11-04 | Parse unary operators | David Li | 2 | -3/+22 | 
| 2017-11-04 | Add a simple REPL to show parsing | David Li | 1 | -1/+14 | 
| 2017-11-04 | Parse binary operators with precedence | David Li | 3 | -1/+48 | 
| 2017-11-04 | Add location information to AST | David Li | 2 | -5/+31 | 
| 2017-11-03 | Add generated parser to .gitignore | David Li | 1 | -0/+1 | 
| 2017-11-03 | Switch to lalrpop for parsing/lexing | David Li | 7 | -115/+244 | 
| 2017-11-03 | Implement skeleton of lexer | David Li | 5 | -0/+214 | 
