Prefixed Terminals
Prefixed Terminals
The prefix indicates the type of the terminal.
Terminals & Handling Whitespace
Terminals & Handling Whitespace
Following the parboiled2 recommendation, the rules for constructing terminals handle, as applicable: - non-whitespace keyword prefix - whitespace suffix
What constitutes a whitespace suffix includes characters classified as whitespace (' ', '\t', '\n', ....) but also punctuation marks such as colons, commas, etc..
https://github.com/sirthias/parboiled2#id24
Non-terminal rules.