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!
- Links to openSUSE:Factory / byaccj
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:bmwiedemann:reproducible:distribution:ring1/byaccj && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000176 176 Bytes | |
byaccj-gcc14.patch | 0000000297 297 Bytes | |
byaccj.changes | 0000001401 1.37 KB | |
byaccj.spec | 0000002257 2.2 KB | |
byaccj1.15_src.tar.gz | 0000053646 52.4 KB |
Latest Revision
Bernhard Wiedemann (bmwiedemann)
committed
(revision 2)
Set link revision to 8b1b151d5658103c379063879ea00a0d
Comments 0