Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 18:43:58 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Robe <vcrobe@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: About Bison and Flex
Message-ID:  <20060509154358.GA13829@gothmog.pc>
In-Reply-To: <221c791e0605090838h7fb3a45di89f66f4b860d6246@mail.gmail.com>
References:  <221c791e0605090838h7fb3a45di89f66f4b860d6246@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-05-09 10:38, Robe <vcrobe@gmail.com> wrote:
> Hi,
> I'm a new user of FreeBSD and I want to know if the Bison parser generator
> and Flex for Linux is available here.

Yes.

	$ which lex yacc
	/usr/bin/lex
	/usr/bin/yacc
	$ which flex
	/usr/bin/flex
	$ which bison
	/usr/local/bin/bison
	$

The base system includes lex(1) and yacc(1).  The lex(1) utility is
actually flex(1).  You can install bison(1) from the Ports & Packages
Collection, i.e. with:

	# pkg_add -r bison





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060509154358.GA13829>