in reply to Parse::RecDescent and dollar sign
It's possible to get P::RD to dump out the generated code into a file (rather than having it generated on the fly each time). You might try this and look at the code generated for your "dollar" rule.
## Turn the grammar in file grammar.txt into MyGrammar.pm $ perl -MParse::RecDescent - grammar.txt MyGrammar
--
We're looking for people in ATL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parse::RecDescent and dollar sign
by unk1911 (Initiate) on Jun 16, 2005 at 18:58 UTC |