13 lines
552 B
Diff
13 lines
552 B
Diff
|
--- jflex-1.4.1/examples/byaccj/README 2003-01-07 16:30:17.000000000 +0100
|
||
|
+++ jflex-1.4.1/examples/byaccj/README-gil 2009-03-02 18:31:10.000000000 +0100
|
||
|
@@ -1,8 +1,7 @@
|
||
|
This directory contains an interoperability example for BYacc/J and JFlex
|
||
|
(a small calculator)
|
||
|
|
||
|
-You need the parser generator byacc/j from
|
||
|
-http://troi.lincom-asg.com/~rjamison/byacc/
|
||
|
+You need the parser generator byacc/j from http://byaccj.sourceforge.net/
|
||
|
for this example to work (version byacc/j 1.1 has been tested).
|
||
|
|
||
|
Use the Makefile to generate the lexer and parser.
|