Re: cvs commit: parrot/tools/dev parrot_api.pl

2004-11-09 Thread Jarkko Hietaniemi
Leopold Toetsch wrote: > Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > > >> + if (/^\w+\s+(Parrot_\w+)\(/) { > > > Can we be slightly less strict? Current publics that ought to be APIs > include these prefixes: That's a policy decision. I would make a different policy decision (that i

Re: cvs commit: parrot/tools/dev parrot_api.pl

2004-11-09 Thread Leopold Toetsch
Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > + if (/^\w+\s+(Parrot_\w+)\(/) { Can we be slightly less strict? Current publics that ought to be APIs include these prefixes: IMCC_ PASM/PIR compiler stuff AST_AST compiler stuff PF_ Packfile handling low level PackFile_ sam