summaryrefslogtreecommitdiff
path: root/devel/p5-Parse-RecDescent
AgeCommit message (Collapse)AuthorFilesLines
2004-09-04COMMENT tweakgrant1-2/+2
2004-01-05bl3ifyjlam1-5/+7
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-25Update p5-Parse-RecDescent to 1.94mjl2-5/+7
- Fixed bug in <reject> handling: failed to reject if $return had been set. - Added two useful demos of restructuring nested data - Fixed doc bug re use of // - Localized filehandles, like a good citizen should - Misc doc bug fixes - Fixed Text::Balance dependency in Makefile.PL - Fixed bug that @itempos wasn't set up if referred to only in an autoaction. - Fixed truncation bug in tracing contexts - Dramatically improved speed of line counting - Made item(s) and item(s /,/) behave consistently wrt %item - Added prototype <autorule:...> handling - Added outer block markers for <perl_codeblock> - Fixed multi-grammar precompilation - Fixed numerous snafus in tutorial.html - Added nesting level information to traces - Fixed resetting of $text after an <uncommit> rule. - Updated Text::Balanced to fix various bugs - Removed Text::Balanced from distribution (now a prereq only) - Fixed fatal error with $tracelevel - Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-03-19Re-import of misnamed p5-Parse-RescDescentmjl4-0/+26
RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications.