The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::TreeDumper::Renderer::Marpa - A Marpa::R2 plugin for Data::TreeDumper

Synopsis

No synopsis needed since this module is used automatically by MarpaX::Grammar::Parser.

Description

This module is a plugin for Data::TreeDumper. It is used by MarpaX::Grammar::Parser during the parsing of a Marpa::R2-style BNF.

Users do not need to call any of the functions in this module, and it has no methods.

Installation

This module is installed automatically when you install MarpaX::Grammar::Parser.

Methods

This class has no methods, only functions as per the design of Data::TreeDumper.

begin()

This is called before the traversal of the data structure starts.

end()

This is called after the last node has been processed.

GetRenderer()

This is called by Data::TreeDumper to initialize the plugin.

node()

This is called for each node in the data structure.

Machine-Readable Change Log

The file Changes was converted into Changelog.ini by Module::Metadata::Changes.

Version Numbers

Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.

Support

Email the author, or log a bug on RT:

https://rt.cpan.org/Public/Dist/Display.html?Name=MarpaX::Grammar::Parser.

Author

MarpaX::Grammar::Parser was written by Ron Savage <ron@savage.net.au> in 2013.

Home page: http://savage.net.au/.

Copyright

Australian copyright (c) 2013, Ron Savage.

        All Programs of mine are 'OSI Certified Open Source Software';
        you can redistribute them and/or modify them under the terms of
        The Artistic License 2.0, a copy of which is available at:
        http://www.opensource.org/licenses/index.html