MoeOrganization / moe

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

make single assignment a BinOp with "=" as the operator #119

Closed prakashk closed 11 years ago

prakashk commented 11 years ago

multiple assignment still to do.

Addressing Issue #92.

prakashk commented 11 years ago

There are a couple of lines in MoeProductions.scala that don't belong in this commit, but they would be in anyway when I merge the regex branch. So, I didn't bother to remove them.

stevan commented 11 years ago

@prakashk - this pull request actually broke the use statement, I suspect you have the fix in your regexp branch already and it just didn't make it into this pull request. please note bc0a74820ba87dd6cc21d825bcb2b38cfc82b3ea where I fixed it for master.

stevan commented 11 years ago

also, @prakashk++ for burning down the issues list :)

prakashk commented 11 years ago

Ugh, sorry about that. I should remember to run tests with prove-moe before pushing changes.

stevan commented 11 years ago

@prakashk no worries, it was a simple fix