|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Makefile
|
|
|
|
|
--- Makefile.orig 2007-05-15 19:36:52 +0200
|
|
|
|
|
+++ Makefile 2008-05-22 17:18:01 +0200
|
|
|
|
|
+++ Makefile 2008-08-30 23:52:52 +0200
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-CFLAGS = -g -Wall $(OFLAGS) $(XFLAGS)
|
|
|
|
|
+CFLAGS = $(OFLAGS) $(XFLAGS)
|
|
|
|
|
@ -22,9 +22,30 @@ Index: Makefile
|
|
|
|
|
|
|
|
|
|
check : peg .FORCE
|
|
|
|
|
./peg < peg.peg > peg.out
|
|
|
|
|
Index: peg.1
|
|
|
|
|
--- peg.1.orig 2008-08-30 23:57:34 +0200
|
|
|
|
|
+++ peg.1 2008-08-31 00:00:33 +0200
|
|
|
|
|
@@ -513,7 +513,7 @@
|
|
|
|
|
.I identifier
|
|
|
|
|
and can be referred to in subsequent actions.
|
|
|
|
|
.PP
|
|
|
|
|
-The desk calclator example below illustrates the use of '$$' and ':'.
|
|
|
|
|
+The desk calculator example below illustrates the use of '$$' and ':'.
|
|
|
|
|
.SH LEG EXAMPLE: A DESK CALCULATOR
|
|
|
|
|
The extensions in
|
|
|
|
|
.I leg
|
|
|
|
|
@@ -833,7 +833,7 @@
|
|
|
|
|
.IR lex (1)
|
|
|
|
|
features (yywrap(), yyin, etc.) are completely absent.
|
|
|
|
|
.PP
|
|
|
|
|
-The generated parser foes not contain '#line' directives to direct C
|
|
|
|
|
+The generated parser does not contain '#line' directives to direct C
|
|
|
|
|
compiler errors back to the grammar description when appropriate.
|
|
|
|
|
.IR lex (1)
|
|
|
|
|
features (yywrap(), yyin, etc.) are completely absent.
|
|
|
|
|
Index: version.h
|
|
|
|
|
--- version.h.orig 2007-08-31 23:06:46 +0200
|
|
|
|
|
+++ version.h 2008-05-22 17:17:39 +0200
|
|
|
|
|
+++ version.h 2008-08-30 23:52:52 +0200
|
|
|
|
|
@@ -1,3 +1,3 @@
|
|
|
|
|
#define PEG_MAJOR 0
|
|
|
|
|
#define PEG_MINOR 1
|
|
|
|
|
|