postfix-expression
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
postfix-expression =
variable-expression , [ "++" | "--" ] | primary-expression
| ( "++" | "--" ) , variable-expression | closure-expression | match-expression ;