freebsd-ports/devel/byaccj/pkg-descr
Dmitry Sivachenko 477ad67cf7 New port: An extension to yacc to produce Java code.
PR:		39999
Submitted by:	David Xu <davidxu@viatech.com.cn>
2002-06-30 02:11:57 +00:00

10 lines
382 B
Text

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://troi.lincom-asg.com/~rjamison/byacc/
- David Xu
davidxu@viatech.com.cn