« Prev 4.9 Specifying a parser rule - the rule statement | Table of Contents | Next » 4.11 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.9 Specifying a parser rule - the rule statement | Table of Contents | Next » 4.11 Specifying the generated API prefix - the prefix statement |