agent | 27 Apr 18:00

[chatter] r11780 - trunk/libraries/utilities/peg-parser

Author: agent
Date: Sun Apr 27 18:02:27 2008
New Revision: 11780

Modified:
   trunk/libraries/utilities/peg-parser/parser-definers.dylan
   trunk/libraries/utilities/peg-parser/parser-rules.dylan
   trunk/libraries/utilities/peg-parser/parser-support.dylan
Log:
Job: minor
* Added add'l optional type specs to macros.
* Fixed semicolon error in afterwards clause.
* Improved collect-subelements function.

Modified: trunk/libraries/utilities/peg-parser/parser-definers.dylan
==============================================================================
--- trunk/libraries/utilities/peg-parser/parser-definers.dylan	(original)
+++ trunk/libraries/utilities/peg-parser/parser-definers.dylan	Sun Apr 27 18:02:27 2008
@@ -5,7 +5,7 @@
 // rule parsers parse a stream in a given context and return a value or sequence
 // of values called the "product."

-/// SYNOPSIS: Defines an arbitrary 'rule parser'.
+/// SYNOPSIS: Defines an arbitrary rule parser.
 /// DISCUSSION: This macro defines a rule parser that includes support for
 /// debugging and other features described for rule parsers. The main part of
 /// the parser is Dylan code supplied by you.
@@ -53,7 +53,7 @@
 end macro;

(Continue reading)


Gmane