| « Prev 4.3 drop statement - ignoring input patterns | Table of Contents | Next » 4.6 on_tree_node statement - custom initialization of a token tree node |
module statement - specifying the generated parser module nameThe 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.3 drop statement - ignoring input patterns | Table of Contents | Next » 4.6 on_tree_node statement - custom initialization of a token tree node |