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

Creates a new parser object. See Parse::Yapp for more information.

new_node

Helper function used to create new nodes.

    # These are identical.
    my $n1 = new_node('X', @y);
    my $n2 = Erlang::Parser::Node::X->new(@y);

1 POD Error

The following errors were encountered while parsing the POD:

Around line 373:

=over without closing =back