Parser Generator with Java Extension
BYACC/J 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 is useful for expression parsing, interactive
command parsing, and file reading. Many megabytes of YACC code have
been written over the years. This is the standard YACC tool that is in
use every day to produce C/C++ parsers. I have added a "-J" flag which
will cause BYACC to generate Java source code, instead. So there
finally is a YACC for Java now!
- Developed at Java:packages
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/byaccj && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
byaccj.changes | 0000000305 305 Bytes | |
byaccj.spec | 0000002218 2.17 KB | |
byaccj1.14_src.tar.gz | 0000055123 53.8 KB |
Revision 9 (latest revision is 17)
Stephan Kulow (coolo)
committed
(revision 9)
replace license with spdx.org variant
Comments 0