From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: guile-parser-combinators as new dependency to guix import quicklisp Date: Wed, 19 Dec 2018 18:57:33 +0100 Message-ID: References: <87a7l1tv8i.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZg0C-000424-2w for guix-devel@gnu.org; Wed, 19 Dec 2018 12:51:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZg08-00089V-SH for guix-devel@gnu.org; Wed, 19 Dec 2018 12:51:23 -0500 Received: from mx1.riseup.net ([198.252.153.129]:38375) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZg08-00080p-Hc for guix-devel@gnu.org; Wed, 19 Dec 2018 12:51:20 -0500 In-Reply-To: <87a7l1tv8i.fsf@elephly.net> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel On 2018-12-19 16:02, Ricardo Wurmus wrote: >=20 > swedebugia writes: >=20 >> This morning I began to write a quicklisp importer using Daves >> guile-parser-combinators [1] to create a parser for the >> space-separated-csv files. >> >> guile-parser-combinators [2] is really nice, thanks Dave!, but not yet >> in guix. >=20 > I would like to note that (ice-9 peg) is part of Guile and could be use= d > as an alternative to build a simple parser. It has a different feel > than guile-parser-combinators, of course, but I thought I=E2=80=99d men= tion it > anyway. >=20 > -- > Ricardo >=20 Thanks for sharing your thoughts on this. I try to hack together a PEG-parser then given that this code is in 2.2. Are there any PEG-parser examples I can look at in/outside Guix? --=20 Cheers Swedebugia