pkgsrc/devel/p5-Parse-Yapp/DESCR
martti 154f039857 Updated to 1.05 (PR#14749)
Changes :
- Fixed DESCR
- Bug correction in YappParse.yp _Lexer sub to accept '\\' litterals
2001-11-28 11:25:26 +00:00

8 lines
362 B
Text

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.