Jens Rieks <[EMAIL PROTECTED]> wrote: > get_string() not implemented in class 'SArray'
I've gone through err3 and err4 and found a couple of flaws, which should mostly be fixed now: - method subs got compiled as non-prototyped - namespace resetting to main wasn't really working (now the namespace gets reset before load_bytecode) - name mangling of namespaced subs used '::' which could interfer with user labels (now its '@@@') err4 runs now (at least when 'main' ends with 'end' :) err3 complains about a non-class to 'subclass', which I didn't investigate futher. Thanks for your test code, leo