Leopold Toetsch wrote:
cvsuser 04/12/15 02:36:29
Modified: . vtable.tbl Log: stub in object vtables
[snip]
+void add_parent(PMC* parent) +void become_parent(PMC* class) +INTVAL class_type() +void add_method(STRING* method) +void remove_method(STRING* method) +STRING* namespace_name() +PMC* new_singleton() +PMC* get_anonymous_subclass()
Cool. Are there plans for opcodes? I could make use of add_parent and add_method...
- Sam Ruby
