in reply to •Re: Parse::RecDescent question
in thread Parse::RecDescent question
| grammar |Trying rule: [grammar] | | grammar | |"TestDirective | | |"true"\nNoValDirect +ive | | |"test"\n" | grammar |Trying production: [line /\z/] | | grammar |Trying repeated subrule: [line] | | line |Trying rule: [line] | | line |Trying production: [] | | line |>>Matched production: []<< | | line |>>Matched rule<< (return value: | | |[line]) | | line |(consumed: []) | | grammar |>>Matched repeated subrule: [line]<< | | |(1 times) | | grammar |Trying terminal: [/\z/] | | grammar |<<Didn't match terminal>> | | grammar |<<Didn't match rule>> |
|
|---|