[
https://issues.apache.org/jira/browse/LUCY-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey updated LUCY-9:
-------------------------------
Attachment: 600-parser.t
Parser.pm
Boilerplater::Parser is a Perl module used to parse ".bp" header files. It is
based on the popular Parse::RecDescent Perl module from CPAN.
Parse::RecDescent will not be needed for building from tarball distributions,
but will be required when working on code checked out of the subversion
repository.
The initial commit only parses "parcel" directives, since Boilerplater::Parcel
is the only instantiable Boilerplater class already in the repository.
{noformat}
parcel Lucy;
{noformat}
{noformat}
parcel Crustacean cnick Crust;
{noformat}
Additional productions (parsing rules) and tests will be added along with
their support classes.
> Boilerplater::Parser
> --------------------
>
> Key: LUCY-9
> URL: https://issues.apache.org/jira/browse/LUCY-9
> Project: Lucy
> Issue Type: Sub-task
> Components: Boilerplater
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
> Priority: Minor
> Attachments: 600-parser.t, Parser.pm
>
>
> Parser for Boilerplater header files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.