Parses a ModuleDeclaration
$(GRAMMAR $(RULEDEF moduleDeclaration): $(RULE deprecated)? $(LITERAL 'module') $(RULE identifierChain) $(LITERAL ';') ;)
See Implementation
Parses a ModuleDeclaration
$(GRAMMAR $(RULEDEF moduleDeclaration): $(RULE deprecated)? $(LITERAL 'module') $(RULE identifierChain) $(LITERAL ';') ;)