2 Maintainer: Dave Beckett <dajobe@debian.org>
5 Standards-Version: 3.8.4
6 Build-Depends: debhelper (>= 5)
7 Homepage: http://invisible-island.net/byacc/
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: public domain Berkeley LALR Yacc parser generator
13 This package provides a parser generator utility that reads a grammar
14 specification from a file and generates an LR(1) parser for it. The
15 parsers consist of a set of LALR(1) parsing tables and a driver
16 routine written in the C programming language. It has a public domain
17 license which includes the generated C.