Re: tcl parser.

2005-03-28 Thread William Coleda
Leopold Toetsch wrote: William Coleda <[EMAIL PROTECTED]> wrote: When invoking a PIR-defined object from C, what's the proper call? pmc_new ? (Does that handle class_init) ? I don't understand the question. Do you want to instantiate an object? If yes, just do the same as the respective opcodes

Re: tcl parser.

2005-03-27 Thread Leopold Toetsch
William Coleda <[EMAIL PROTECTED]> wrote: > When invoking a PIR-defined object from C, what's the proper call? > pmc_new ? (Does that handle class_init) ? I don't understand the question. Do you want to instantiate an object? If yes, just do the same as the respective opcodes are doing: cl = P