mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
49a0893c01
perl extension for generating and using LALR parsers. PR: 30734 Submitted by: Michael Lyngbøl <lyngbol@wheel.dk>
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
Parse::Yapp lets you create Perl OO fully reentrant LALR(1) parser modules
|
|
and has been designed to be functionally as close as possible to yacc,
|
|
but using the full power of Perl and opened for enhancements.
|
|
|
|
- Michael Lyngbol
|
|
lyngbol@wheel.dk
|