diff options
author | martti <martti> | 2001-11-28 11:25:26 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-28 11:25:26 +0000 |
commit | cfab3a0957b98d63f6ce53e92448ad4efea0f4b4 (patch) | |
tree | fd1f1c5613d55c99e87569710e169464b07ee6f6 /devel/p5-Parse-Yapp/DESCR | |
parent | 2febeb8808ac3a642794ab859e740ac6e9cf426f (diff) | |
download | pkgsrc-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/DESCR | 13 |
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. |