Jerome Quelin wrote: > Melvin Smith wrote: > > I just checked in an intial IMCC faq (parrot/imcc/docs/imcfaq.pod) > Great job. Attached you'll find some corrections for typos.
And of course I forgot the patch file. Here it is.
Thanks, applied!
Also I added another sample that might interest compiler writers that may be new to Parrot/IMCC syntax. It just shows one approach to compiling a class with fields, methods and instantiating them.
The syntax is a workaround for the lack of explicit class/object support in Parrot.
-Melvin