http://qs1969.pair.com?node_id=229190


in reply to Re: Parse::RecDescent eats large part of grammar, thinking it to be implicit subrule
in thread Parse::RecDescent eats large part of grammar, thinking it to be implicit subrule

In response to making the subrule explicit: I'll try that, thank you.

In response to your other suggestion: yes, whitespace will be skipped, but I want to force it to only match when there is at least one space in between. However, me being stupid, I did not notice that the default is not + but *; using + instead would probably do what I want.