1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/byaccj/pkg-descr
Kirill Ponomarev 1b479a8bee Fix MASTER_SITES and WWW: line.
PR:		ports/88284
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-31 19:41:42 +00:00

11 lines
368 B
Plaintext

BYACC/Java is an extension of the Berkeley v 1.8 YACC-compatible parser
generator. Standard YACC takes a YACC source file, and generates one or
more C files from it, which if compiled properly, will produce a LALR-
grammar parser. this extension support a -J option to generate Java source
code.
WWW: http://byaccj.sourceforge.net
- David Xu
davidxu@viatech.com.cn