Re: Normal & Compressed grammar!!
[email protected] (Damian Conway)
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
> is there some technique or advice u can give me about the > following... I want to make a grammar(i still don't know what will > be the grammar :")) that will have two forms Normal > (Human-readable) and Comppressed!!(speedier, unreadable) Take a look at Parse::RecDescent's precompilation option. Damian