emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29318: closed ([PATCH] Mention (ice-9 peg) module


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29318: closed ([PATCH] Mention (ice-9 peg) module path.)
Date: Wed, 22 Nov 2017 15:08:03 +0000

Your message dated Wed, 22 Nov 2017 16:07:49 +0100
with message-id <address@hidden>
and subject line Re: bug#29318: [PATCH] Mention (ice-9 peg) module path.
has caused the debbugs.gnu.org bug report #29318,
regarding [PATCH] Mention (ice-9 peg) module path.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29318: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29318
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Mention (ice-9 peg) module path. Date: Thu, 16 Nov 2017 18:48:37 +0530
* doc/ref/api-peg.texi (PEG Parsing): Mention (ice-9 peg) module path.
---
 doc/ref/api-peg.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi
index 0e16aab7e..cbe3edd34 100644
--- a/doc/ref/api-peg.texi
+++ b/doc/ref/api-peg.texi
@@ -17,11 +17,12 @@ Wikipedia has a clear and concise introduction to PEGs if 
you want to
 familiarize yourself with the syntax:
 @url{http://en.wikipedia.org/wiki/Parsing_expression_grammar}.
 
-The module works by compiling PEGs down to lambda expressions.  These
-can either be stored in variables at compile-time by the define macros
-(@code{define-peg-pattern} and @code{define-peg-string-patterns}) or calculated
-explicitly at runtime with the compile functions
-(@code{compile-peg-pattern} and @code{peg-string-compile}).
+The @code{(ice-9 peg)} module works by compiling PEGs down to lambda
+expressions.  These can either be stored in variables at compile-time by
+the define macros (@code{define-peg-pattern} and
address@hidden) or calculated explicitly at runtime
+with the compile functions (@code{compile-peg-pattern} and
address@hidden).
 
 They can then be used for either parsing (@code{match-pattern}) or searching
 (@code{search-for-pattern}).  For convenience, @code{search-for-pattern}
-- 
2.14.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#29318: [PATCH] Mention (ice-9 peg) module path. Date: Wed, 22 Nov 2017 16:07:49 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Arun Isaac <address@hidden> skribis:

> * doc/ref/api-peg.texi (PEG Parsing): Mention (ice-9 peg) module path.

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]