Source: byacc
Maintainer: Jason Henry Parker <henry@debian.org>
Section: devel
Priority: extra
Standards-Version: 3.5.6
Build-Depends: debhelper

Package: byacc
Architecture: any
Depends: ${shlibs:Depends}
Description: The Berkeley LALR parser generator
 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.
