head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.05.21.13.31.26;	author bapt;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 235723 on 2012-05-21 13:31:26Z by bapt

Import byacc from invisible island, it brings us lots of compatibilities with
bison, keeping full compatibility with our previous yacc implementation.

Also bring the ability to create reentrant parser

This fix bin/140309 [1]

PR:		bin/140309 [1]
Submitted by:	Philippe Pepiot <ksh@@philpep.org> [1]
Approved by:	des (mentor)
MFC after:	1 month
@
text
@Source: byacc
Maintainer: Dave Beckett <dajobe@@debian.org>
Section: devel
Priority: extra
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5)
Homepage: http://invisible-island.net/byacc/

Package: byacc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: public domain Berkeley LALR Yacc parser generator
 This package provides a parser generator utility that reads a grammar
 specification from 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.  It has a public domain
 license which includes the generated C.
@
