magic-lang / rock

ooc compiler written in ooc
http://ooc-lang.org/
MIT License
14 stars 4 forks source link

Fix issue52 #53

Closed horasal closed 8 years ago

horasal commented 8 years ago

Fix https://github.com/magic-lang/rock/issues/52 . The replacing happens too late so that after replacing tuple elements, the function call may back to unresolved. This pr also remove the unneeded resolve process.

thomasfanell commented 8 years ago

@zhaihj thanks a lot of the quick fix!