]> git.saurik.com Git - bison.git/commitdiff
More about Java.
authorAkim Demaille <akim@epita.fr>
Wed, 11 Sep 2002 08:50:55 +0000 (08:50 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 11 Sep 2002 08:50:55 +0000 (08:50 +0000)
HACKING
NEWS
TODO

diff --git a/HACKING b/HACKING
index 157d714583856d9acb066979e4f69d9061fde760..fa20885a413c28a064347587b318b62e10d3f71e 100644 (file)
--- a/HACKING
+++ b/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.
 
 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:
 * 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.
 
 which demonstrates the bug.  Then fix the bug, re-run the test suite,
 and check everything in.
 
+
 * Hacking
 
 ** Visible changes
 * Hacking
 
 ** Visible changes
diff --git a/NEWS b/NEWS
index 51836800db71469ff3d051a3747afd1268647961..b8bcae70340c398c9d042a86d8805b0d3019345c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 Bison News
 ----------
 
 Bison News
 ----------
 
+Changes in version 1.49c:
+
+
 Changes in version 1.49b, 2002-08-12:
 
 * GLR parsing
 Changes in version 1.49b, 2002-08-12:
 
 * GLR parsing
diff --git a/TODO b/TODO
index ad99639d44f64bf40c61e5f6d9a9b976f5f1ac2e..e33f3aeed0f77dda5b717af0a03fe14f2dcb3a95 100644 (file)
--- a/TODO
+++ b/TODO
@@ -170,11 +170,22 @@ Are there any Texinfo standards for bibliography?
 
 * Java, Fortran, etc.
 
 
 * 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>
 
   <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
 
 
 * Coding system independence