Trying to get the tcl interpreter working with all the changes in the past few months:
I used to be able to say:
.pcc_sub _dumper prototyped .param PMC original
... but now PMC isn't a valid type anymore. Is there another way to get an IMC variable name tied to a PMC of indeterminate type? (or am I stuck with the ".param $P1" syntax?)
Use pmc. Lowercase. That works.
Also,
.pcc_sub _main prototyped .param var argv
used to work (causing argv to get populated properly with the command line arguments, when _main was the first sub defined). var isn't a valid type anymore either. I don't see anything in ./imcc/docs that covers command line arguments. Is the right solution to use one of the array types in the declaration here? (and, if so, which one?)
Once again, pmc is what you want. -- Dan
--------------------------------------"it's like this"------------------- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk