namespace-definition
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
namespace-definition =
"namespace" , namespace-declaration-name , ";"
| "namespace" , namespace-declaration-name , "{" , top-statement-list , "}"
| "namespace" , "{" , top-statement-list , "}" ;