Matt Fowles <[EMAIL PROTECTED]> wrote: > PMC constants > Leo added support for .const things to imc. Unfortunately, the GC eats > them so you can't use it.
I forgot to mention that PMC constants are properly marked now. So they are usuable for all PMC types that provide an appropriate C<instantiate> method that converts from the passed in string, i.e. all PMCs named "Integer" :) Thanks for the summary, leo