byaccj: Parser Generator with Java Extension
Name: | byaccj | Vendor: | JPackage Project |
---|---|---|---|
Version: | 1.11 | License: | GPL |
Release: | 1jpp | URL: | http://byaccj.sourceforge.net/ |
- Summary
- 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!
Arch: i386
Download: | byaccj-1.11-1jpp.i386.rpm |
---|---|
Build Date: | Wed Nov 16 13:32:12 2005 |
Packager: | Ralph Apel <[email protected]> |
Size: | 82 KiB |
Changelog
- * Wed Nov 16 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.11-1jpp
-
- First JPackage release