in reply to Re: Re: A Macro System for Perl?
in thread A Macro System for Perl?
As for #3.... the AST that the parser builds up will be accessible in some fashion, so the sort of macro transformation you have in mind could work on that, basically working on your parsed code as a series of symbols rather than as a series of characters, which'd make the transformation conceptually simpler.
|
|---|