summaryrefslogtreecommitdiff
path: root/src/semantic/analysis.rs
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Translate function callsHEADmasterDavid Li1-12/+25
2017-11-28Define how to represent functions in environmentDavid Li1-41/+48
2017-11-28Reference-count levelsDavid Li1-12/+14
2017-11-28Distinguish between functions and values in environmentDavid Li1-31/+49
2017-11-26Translate variable referencesDavid Li1-13/+15
2017-11-26Translate variable bindingsDavid Li1-5/+7
2017-11-26Rename ir::Binop to ir::BinOpDavid Li1-1/+1
2017-11-26Thread the current level through the programDavid Li1-13/+17
2017-11-26Translate binop (only num + num)David Li1-2/+2
2017-11-07Parameterize translation on frame typeDavid Li1-6/+9
2017-11-07Stub out analysis in preparation of IR translationDavid Li1-23/+38
2017-11-07Move translation to analysis moduleDavid Li1-0/+248