NAME

        Parse::Earley - Parse I<any> context-free grammar
        Version 0.15

DESCRIPTION

        Parse::Earley is an implementation of Earley's algorithm for
        parsing context-free grammars.  It has the ability to accept
        an input for any context-free grammar you give it.  It's not
        a fast algorithm, just an effective one.  See the documentation
        for more details.

PREREQUISITES

        Parse::Earley requires Text::Balanced, which is included with 5.8.0.
        Otherwise, it comes with Parse::RecDescent or on its own.

INSTALLATION

Pure Perl: Put .pm's proper places.

AUTHOR

Luke Palmer (fibonaci@babylonia.flatirons.org)

COPYRIGHT

        Copyright (C) 2002, Luke Palmer.  All rights reserved.  This
        module is free software: It may be used, redistributed, and/or
        modified under the terms of the Perl Artistic License.
                (http://www.perl.com/perl/misc/Artistic.html)

AVAILABILITY

        Parse::Earley is available on CPAN, and is also available from:
        http://fibonaci.babylonia.flatirons.org/Parse-Earley.tar.gz

Changes

        0.14 - Started documenting changes
        0.15 - Fixed bug regarding '|' and '\''