Torsten Rüger
2dcb2a9a72
Just for future, as this gives us a way to know immediately in the type, which represent normal, and which singleton classes Also instantiate singleton class lazily (with singleton type) This makes the type of class single, ie unique, immediately when it is used, ie methods or variables defined. Fixes a design mistake, where all singletonn classes shared the same type, and thus unique methods per class were impossible (Also some misc in commit) |
||
---|---|---|
.. | ||
assign | ||
blocks | ||
builtin | ||
calling | ||
class | ||
conditional | ||
while | ||
helper.rb | ||
README.md | ||
test_dynamic_call.rb | ||
test_events.rb | ||
test_return.rb |
Small Tests using Interpreter
Mini fragments that test the output of single statements.
Using the Interpreter.