summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Translate function callsHEADmasterDavid Li1-1/+2
2017-11-28Reference-count levelsDavid Li1-3/+5
2017-11-26Thread the current level through the programDavid Li1-1/+3
2017-11-07Parameterize translation on frame typeDavid Li1-1/+1
2017-11-07Stub out analysis in preparation of IR translationDavid Li1-1/+3
2017-11-07Move translation to analysis moduleDavid Li1-1/+1
2017-11-06License under MPL 2.0David Li1-0/+5
2017-11-05Add stubbed out type checkerDavid Li1-1/+6
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