mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
More about Java.
This commit is contained in:
6
HACKING
6
HACKING
@@ -4,6 +4,11 @@ This file attempts to describe the rules to use when hacking Bison.
|
||||
Don't put this file into the distribution. Don't mention it in the
|
||||
ChangeLog.
|
||||
|
||||
Everything related to the development of Bison is on Savannah:
|
||||
|
||||
http://savannah.gnu.org/projects/bison/
|
||||
|
||||
|
||||
* Administrivia
|
||||
|
||||
** If you incorporate a change from somebody on the net:
|
||||
@@ -21,6 +26,7 @@ The correct response to most actual bugs is to write a new test case
|
||||
which demonstrates the bug. Then fix the bug, re-run the test suite,
|
||||
and check everything in.
|
||||
|
||||
|
||||
* Hacking
|
||||
|
||||
** Visible changes
|
||||
|
||||
3
NEWS
3
NEWS
@@ -1,6 +1,9 @@
|
||||
Bison News
|
||||
----------
|
||||
|
||||
Changes in version 1.49c:
|
||||
|
||||
|
||||
Changes in version 1.49b, 2002-08-12:
|
||||
|
||||
* GLR parsing
|
||||
|
||||
15
TODO
15
TODO
@@ -170,11 +170,22 @@ Are there any Texinfo standards for bibliography?
|
||||
|
||||
* Java, Fortran, etc.
|
||||
|
||||
Add support for languages other than C and C++. Here is a proposed
|
||||
patch for Java:
|
||||
|
||||
** Java
|
||||
|
||||
There are a couple of proposed outputs:
|
||||
|
||||
- BYACC/J
|
||||
which is based on Byacc.
|
||||
<http://troi.lincom-asg.com/~rjamison/byacc/>
|
||||
|
||||
- Bison Java
|
||||
which is based on Bison.
|
||||
<http://www.goice.co.jp/member/mo/hack-progs/bison-java.html>
|
||||
|
||||
Sébastien Serrurier (serrur_s@epita.fr) is working on this: he is
|
||||
expected to contact the authors, design the output, and implement it
|
||||
into Bison.
|
||||
|
||||
|
||||
* Coding system independence
|
||||
|
||||
Reference in New Issue
Block a user