From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: guile-parser-combinators as new dependency to guix import quicklisp Date: Wed, 19 Dec 2018 20:20:38 +0100 Message-ID: <877eg5tjax.fsf@elephly.net> References: <87a7l1tv8i.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZhPA-00046Z-7z for guix-devel@gnu.org; Wed, 19 Dec 2018 14:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZhOz-0003HS-U2 for guix-devel@gnu.org; Wed, 19 Dec 2018 14:21:11 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZhOr-0003Bt-1j for guix-devel@gnu.org; Wed, 19 Dec 2018 14:21:00 -0500 In-reply-to: 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: swedebugia Cc: guix-devel swedebugia writes: > On 2018-12-19 16:02, Ricardo Wurmus wrote: >> >> swedebugia writes: >> >>> 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. >> >> I would like to note that (ice-9 peg) is part of Guile and could be used >> 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 ment= ion it >> anyway. >> >> -- >> Ricardo >> > > 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? Julien (roptat on IRC) has just written an opam importer using (ice-9 peg). -- Ricardo