in reply to Re^2: Combining Import and Source-Filter to implement Syntactic Macro mechanism
in thread Combining Import and Source-Filter to implement Syntactic Macro mechanism
Hey LanX,
Sounds like you want to avoid a Perl parser within Perl here, but honestly, PPI is pretty well the only thing that can parse Perl as closely as perl itself.
What's your true objective here? If we're avoiding certain things, what things are acceptable?
Perhaps your end objective isn't clear. Could you elaborate?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Combining Import and Source-Filter to implement Syntactic Macro mechanism
by LanX (Saint) on Feb 20, 2019 at 00:18 UTC |