We need to introduce this concept before moving to OO, it'll make the underlying work for OO-Support (#55) much more simpler as we'll just the BlockStatement API for class bodies.
What should this do
I think it's pretty self-explanatory... Of course the functions declared inside the BlockStatement will stay in the statement's scope.
Background and Motivation
We need to introduce this concept before moving to OO, it'll make the underlying work for OO-Support (#55) much more simpler as we'll just the
BlockStatement
API for class bodies.What should this do
I think it's pretty self-explanatory... Of course the functions declared inside the
BlockStatement
will stay in the statement's scope.