In my parser I have multiple occurrences of
expression = quotedString(pattern) | Word(pattern)
and I was wondering if there is some built-in class I’ve missed for that or if I have define it myself. In case of the second, what would the best option?
Do you mean something like this: