2002-06-30 04:11:57 +02:00
|
|
|
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.
|
|
|
|
|
2005-10-31 20:41:42 +01:00
|
|
|
WWW: http://byaccj.sourceforge.net
|
2002-06-30 04:11:57 +02:00
|
|
|
|
|
|
|
- David Xu
|
|
|
|
davidxu@viatech.com.cn
|