summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Display a prompt in the REPLDavid Li1-1/+3
2017-11-04Add a simple REPL to show parsingDavid Li1-1/+14
2017-11-04Parse binary operators with precedenceDavid Li1-1/+1
2017-11-03Switch to lalrpop for parsing/lexingDavid Li1-10/+3
2017-11-03Implement skeleton of lexerDavid Li1-0/+13