blob: a70d8ae2225e853a83ce98a8369a7129fb4632ed (
plain)
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://byaccj.sourceforge.net
- David Xu
davidxu@viatech.com.cn
|