summaryrefslogtreecommitdiff
path: root/devel/p5-Parse-Yapp/DESCR
diff options
context:
space:
mode:
authormartti <martti>2001-11-28 11:25:26 +0000
committermartti <martti>2001-11-28 11:25:26 +0000
commitcfab3a0957b98d63f6ce53e92448ad4efea0f4b4 (patch)
treefd1f1c5613d55c99e87569710e169464b07ee6f6 /devel/p5-Parse-Yapp/DESCR
parent2febeb8808ac3a642794ab859e740ac6e9cf426f (diff)
downloadpkgsrc-cfab3a0957b98d63f6ce53e92448ad4efea0f4b4.tar.gz
Updated to 1.05 (PR#14749)
Changes : - Fixed DESCR - Bug correction in YappParse.yp _Lexer sub to accept '\\' litterals
Diffstat (limited to 'devel/p5-Parse-Yapp/DESCR')
-rw-r--r--devel/p5-Parse-Yapp/DESCR13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Parse-Yapp/DESCR b/devel/p5-Parse-Yapp/DESCR
index 7357a7c41de..01bab54d35c 100644
--- a/devel/p5-Parse-Yapp/DESCR
+++ b/devel/p5-Parse-Yapp/DESCR
@@ -1,7 +1,8 @@
-Parse::Yapp
+Parse::Yapp
-Yet Another Perl Parser compiler. Compiles yacc-like LALR grammars to
-generate Perl OO parser modules. It lets you create Perl OO fully
-reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more
-details) and has been designed to be functionally as close as possible
-to yacc, but using the full power of Perl and opened for enhancements.
+Yet Another Perl Parser compiler. Compiles yacc-like LALR grammars
+to generate Perl OO parser modules. It lets you create Perl OO
+fully reentrant LALR(1) parser modules (see the Yapp.pm pod pages
+for more details) and has been designed to be functionally as close
+as possible to yacc, but using the full power of Perl and opened
+for enhancements.