top-statement
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
top-statement =
statement
| attributed-top-declaration
| namespace-definition
| namespace-use-declaration
| halt-compiler-statement ;