Meta Configuration of Package byaccj
x
1
<package name="byaccj" project="devel:java:maven">
2
<title>Parser Generator with Java Extension</title>
3
<description>BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
4
generator. Standard YACC takes a YACC source file, and generates one or
5
more C files from it, which if compiled properly, will produce a
6
LALR-grammar parser. This is useful for expression parsing, interactive
7
command parsing, and file reading. Many megabytes of YACC code have
8
been written over the years. This is the standard YACC tool that is in
9
use every day to produce C/C++ parsers. I have added a "-J" flag which
10
will cause BYACC to generate Java source code, instead. So there
11
finally is a YACC for Java now!
12
</description>
13
</package>
14