From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 16 08:19:39 2017 Received: (at submit) by debbugs.gnu.org; 16 Nov 2017 13:19:39 +0000 Received: from localhost ([127.0.0.1]:42719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eFK4x-0007Kp-CL for submit@debbugs.gnu.org; Thu, 16 Nov 2017 08:19:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@bnc3.mailjet.com>) id 1eFK4v-0007Ka-Gd for submit@debbugs.gnu.org; Thu, 16 Nov 2017 08:19:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@bnc3.mailjet.com>) id 1eFK4m-000499-BX for submit@debbugs.gnu.org; Thu, 16 Nov 2017 08:19:32 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@bnc3.mailjet.com>) id 1eFK4m-00048t-7v for submit@debbugs.gnu.org; Thu, 16 Nov 2017 08:19:28 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@bnc3.mailjet.com>) id 1eFK4g-00027p-5J for bug-guile@gnu.org; Thu, 16 Nov 2017 08:19:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@bnc3.mailjet.com>) id 1eFK4a-0003zQ-Hb for bug-guile@gnu.org; Thu, 16 Nov 2017 08:19:22 -0500 Received: from o35.p25.mailjet.com ([185.189.236.35]:33706) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@bnc3.mailjet.com>) id 1eFK4a-0003xQ-9J for bug-guile@gnu.org; Thu, 16 Nov 2017 08:19:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:from:to:subject:date:list-unsubscribe:cc:x-csa-complaints: x-mj-mid:mime-version:content-transfer-encoding; bh=/8LHBAYXJuNEQQBYdaGru1YZ+x2Z852DHg0hFaoRdao=; b=kBuVMHy1VHQZnzeWYPCnwJ/LNpgBY2gf4AN8bHgBzHcepXIvTiTrbRcb7 FoB6omaCYL3ZgkPtWuw5+got58cGW2kt5/GG9evpmuTXF2iH8Wdk7kovuu+C Jma91REl2xjOmEBwKSkvoqsxmwdHzCEkJjj82APX4PjhTeHJaL3s9I= Message-Id: <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@mailjet.com> From: Arun Isaac To: bug-guile@gnu.org Subject: [PATCH] Mention (ice-9 peg) module path. Date: Thu, 16 Nov 2017 18:48:37 +0530 X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ1eRBLNRWQNOp_PR3QWXumgAFgUc MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * 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}. =20 -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 calcu= lated -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}). =20 They can then be used for either parsing (@code{match-pattern}) or searchi= ng (@code{search-for-pattern}). For convenience, @code{search-for-pattern} --=20 2.14.2 = From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 22 10:07:54 2017 Received: (at 29318-done) by debbugs.gnu.org; 22 Nov 2017 15:07:54 +0000 Received: from localhost ([127.0.0.1]:52837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eHWd0-0006qh-G2 for submit@debbugs.gnu.org; Wed, 22 Nov 2017 10:07:54 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:60540) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eHWcx-0006qX-3X for 29318-done@debbugs.gnu.org; Wed, 22 Nov 2017 10:07:51 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0E964FE3C; Wed, 22 Nov 2017 16:07:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fOX6cFxUAmfv; Wed, 22 Nov 2017 16:07:52 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 21998F3C9; Wed, 22 Nov 2017 16:07:52 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: bug#29318: [PATCH] Mention (ice-9 peg) module path. References: <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@mailjet.com> Date: Wed, 22 Nov 2017 16:07:49 +0100 In-Reply-To: <10db30b9.AEAASbQsnzEAAAAAAAAAAAOtoJAAAAACwQwAAAAAAAW9WABaDZBQ@mailjet.com> (Arun Isaac's message of "Thu, 16 Nov 2017 18:48:37 +0530") Message-ID: <8760a2z70a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29318-done Cc: 29318-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Arun Isaac skribis: > * doc/ref/api-peg.texi (PEG Parsing): Mention (ice-9 peg) module path. Applied, thanks! From unknown Sat Jun 21 10:40:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Dec 2017 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator