![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Grammar translatorsby philcrow (Priest) |
on Oct 12, 2007 at 14:23 UTC ( #644489=note: print w/replies, xml ) | Need Help?? |
I like your approach a lot. I would suggest compiling your .prd file into a Perl Module. This makes Parse::RecDescent work faster, since it doesn't have to compile the grammar each time. There is a command line variant for this purpose, from the docs:
Where grammar is your .prd file name and Yet::Another::Grammar is the name of its top level class. Phil
The Gantry Web Framework Book is now available.
In Section
Seekers of Perl Wisdom
|
|