sisshiki1969 / monoruby

Ruby implementation with yet another JIT compiler.
Apache License 2.0
112 stars 4 forks source link

Support *super* in a block scope. #9

Closed sisshiki1969 closed 1 year ago

sisshiki1969 commented 1 year ago

Currently we can accept super with arguments delegation only when super exists in a method scope. We must support super in a block scope.

sisshiki1969 commented 1 year ago

18