in reply to Parse::RecDescent Grammar Questions
This will allow things like:key_value: string '=' string | string
which wasn't legal in your original grammar. However, you can always check for a proper AttrKeyList or AttrAssociation after you've parsed the input.UserNames = { vcs = X1Nh6WIWs6ATQ, foo }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parse::RecDescent Grammar Questions
by ikegami (Patriarch) on May 20, 2008 at 20:50 UTC |