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


1.2
date	2012.11.17.01.54.00;	author svnexp;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/regression/usr.bin/yacc/Makefile 235723 2012-05-21 13:31:26Z bapt $

all:
	@@m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
@


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
@d1 1
a1 1
# $FreeBSD$
@

