« Prev 4.12 Specifying the parser start rule name - the start statement | Table of Contents | Next » 4.14 Specifying the generated API prefix - the prefix statement |
module
statementThe module
statement can be used to specify the module name for a generated
D module.
module proj.parser;
If a module statement is not present, then the generated D module will not contain a module statement and the default module name will be used.
« Prev 4.12 Specifying the parser start rule name - the start statement | Table of Contents | Next » 4.14 Specifying the generated API prefix - the prefix statement |