[][src]Module pomelo::generated

This modules is here to document the code generated by the pomelo! macro, do not use it in your program!

There are two variants of the public interface of a generated Parser class, depending on whether you use the %extra_argument directive or not.

As such two separated sample modules are documented.

Modules

parser_with_extra_argument

Parser module if %extra_argument ExtraArgument; is used.

parser_without_extra_argument

Parser module if %extra_argument ExtraArgument; is not used.