in reply to Re: Re: Re: Re: Re: Re: Re: A Macro System for Perl?
in thread A Macro System for Perl?
than perl. Perl's not necessarily the best language to express rules in.myour => qc( my | our | ), decl => qc( package <package_decl> | module <module_decl> | class <class_decl> | sub <sub_decl> | <@other_declarations> ),
I'm also not sure we're going top-down with the parser. We'll see what works best.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: Re: Re: Re: A Macro System for Perl?
by educated_foo (Vicar) on May 05, 2002 at 22:42 UTC | |
by Elian (Parson) on May 06, 2002 at 15:00 UTC | |
by educated_foo (Vicar) on May 07, 2002 at 07:40 UTC | |
by Elian (Parson) on May 07, 2002 at 14:12 UTC | |
by educated_foo (Vicar) on May 07, 2002 at 16:20 UTC |