What I'm working on? Still far from a complete front end including AST.. still not full syntax, and some bugs... even small things, eg. modulus (%) operator, requires special attention and therefore time, I should just strip some of these features and focus on basic functionality as time is tight. I've already been thinking about type checking though and hopefully have built the needed hooks... time will tell So next steps? - generate proper AST (at least for basic cases, small test files) - finish looking at some of the semantic issues - focus on code generation will be after, that will be tough! - many things to think about there, eg. register allocation