477ad67cf7
PR: 39999 Submitted by: David Xu <davidxu@viatech.com.cn>
11 lines
382 B
Plaintext
11 lines
382 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://troi.lincom-asg.com/~rjamison/byacc/
|
|
|
|
- David Xu
|
|
davidxu@viatech.com.cn
|