boolean-or-prefix-context
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
boolean-or-prefix-context =
boolean-and-prefix-context | boolean-or-expression , "||" , [ boolean-and-prefix-context ] ;