Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
perl-byacc
Berkeley LALR parser generator, Perl version
0
no reviews
Install
Yacc reads the grammar specification in a file and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language. This version is able to produce Perl programs.