HOP::Parser

"Higher Order Perl" Parser
Download

HOP::Parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • Curtis Poe
  • Publisher web site:
  • http://search.cpan.org/~ovid/

HOP::Parser Tags


HOP::Parser Description

"Higher Order Perl" Parser HOP::Parser is a Perl module based on the Parser.pm code from the book "Higher Order Perl", by Mark Jason Dominus.This module implements recursive-descent parsers by allowing programmers to build a bunch of smaller parsers to represent grammar elements and assemble them into a full parser. Pages 376 to 415 of the first edition of HOP should be enough to get you up to speed :)Please note that this module should be considered ALPHA code. While everything works fairly well, the documentation is incomplete and some of the functions could stand to be better named (rlist_of, for example).SYNOPSIS use HOP::Parser qw/:all/; # assemble a bunch of parsers according to a grammar Requirements: · Perl


HOP::Parser Related Software