unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#29318: [PATCH] Mention (ice-9 peg) module path.
@ 2017-11-16 13:18 Arun Isaac
  2017-11-22 15:07 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Isaac @ 2017-11-16 13:18 UTC (permalink / raw)
  To: 29318

* 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
+@code{define-peg-string-patterns}) or calculated explicitly at runtime
+with the compile functions (@code{compile-peg-pattern} and
+@code{peg-string-compile}).
 
 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29318: [PATCH] Mention (ice-9 peg) module path.
  2017-11-16 13:18 bug#29318: [PATCH] Mention (ice-9 peg) module path Arun Isaac
@ 2017-11-22 15:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-11-22 15:07 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 29318-done

Arun Isaac <arunisaac@systemreboot.net> skribis:

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

Applied, thanks!





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-22 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16 13:18 bug#29318: [PATCH] Mention (ice-9 peg) module path Arun Isaac
2017-11-22 15:07 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).