bad state transition?
[email protected] (Jonathan Mayer) Mon, 28 Oct 2002 17:25:16 -0800 (PST)
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
I'm seeing the following trace: | srca |Trying rule: [srca] | | srca |Trying production: [srcb] | | srca |Trying subrule: [srcb] | | srcb |Trying rule: [srcb] | Trouble is, srcb is not a production or subrule of srca. How do I even begin to debug this? Meantime: I'll try to reproduce this error with a subset of my (large) grammar. Thanks, Jonathan.