MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
279 stars 46 forks source link

Improve separation of compile and evaluate phases #89

Open stevan opened 11 years ago

stevan commented 11 years ago

It would be nice to be able to completely evaluate the AST, perform all compile time actions (class declaration, sub declaration, etc) and then return a smaller tree with just the items needed to be evaluated.