blob: 868a475efdb82b32d6e8b3cf4317c2498b25cc13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
|