MoeOrganization / moe

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

Convert assignment AST nodes to BinaryOp nodes for "=" #92

Open stevan opened 11 years ago

stevan commented 11 years ago

We have all sorts of nodes for assignment, we need to turn these into BinaryOp nodes for the = operator.