Download Source Package byacc-j:
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!
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| amd64 | 1.15-1 | 58.9 kB | 152 kB | [list of files] |
| armel | 1.15-1+b1 | 52.5 kB | 176 kB | [list of files] |
| hppa | 1.15-1 | 57.5 kB | 180 kB | [list of files] |
| i386 | 1.15-1 | 51.0 kB | 172 kB | [list of files] |
| ia64 | 1.15-1+b1 | 82.0 kB | 300 kB | [list of files] |
| mips | 1.15-1 | 53.6 kB | 204 kB | [list of files] |
| mipsel | 1.15-1 | 53.7 kB | 204 kB | [list of files] |
| powerpc | 1.15-1 | 59.1 kB | 196 kB | [list of files] |
| s390 | 1.15-1 | 58.1 kB | 188 kB | [list of files] |
| sparc | 1.15-1 | 54.8 kB | 180 kB | [list of files] |