From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: Re: announcement: nyacc parser generator in guile Date: Thu, 30 Jul 2015 11:21:50 +0800 Organization: HFG Message-ID: <1438226510.16409.1.camel@Renee-desktop.suse> References: <2BDFA021-56DB-4EF2-8CF0-2A0F3768285B@alumni.caltech.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1438226536 20659 80.91.229.3 (30 Jul 2015 03:22:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 03:22:16 +0000 (UTC) Cc: guile-user@gnu.org To: Matt Wette Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 30 05:22:08 2015 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZKeQ3-0007go-Ng for guile-user@m.gmane.org; Thu, 30 Jul 2015 05:22:07 +0200 Original-Received: from localhost ([::1]:37810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKeQ2-0007bb-M4 for guile-user@m.gmane.org; Wed, 29 Jul 2015 23:22:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKePu-0007bT-VL for guile-user@gnu.org; Wed, 29 Jul 2015 23:21:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKePr-0008V4-O8 for guile-user@gnu.org; Wed, 29 Jul 2015 23:21:58 -0400 Original-Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:33723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKePr-0008UC-H9 for guile-user@gnu.org; Wed, 29 Jul 2015 23:21:55 -0400 Original-Received: by padck2 with SMTP id ck2so15839838pad.0 for ; Wed, 29 Jul 2015 20:21:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=Qvw/+CCCiwgY7Z3Nna5sv6xPIX4EZUXSEaN4Wrwp14A=; b=L3yWFrC1M3SpBP1yWhHnLI9fer/OmkBjT1FqS6ZecdEt5bb4C1ZwIW8alfrfOONN1l w+YmG3Qw8RyoFpzgVH+6+iMEnJVfiPfWEB6BfetN3f5jnEHFv0kSBzEmERN+bnNAEL09 BRWRrsK6wQkY1ai6yqmfOimpudAtKARp1CaHshJh1aB+o2DqiWx+KA7md9UKMVJmztT6 PuEbvcqu6l19xUPLVLvdN43KYqQzrHWv+Nkpfi2N4GB3ufZIguWAxfadM4EAeGCk4erR 3ZAcRE9gTYuPBZ4/YRhRiSZrNSCbrrTiWbXPPriQ48rTFoYMhZWBe6Q7VQ4X2jVayhuG U25g== X-Received: by 10.66.118.237 with SMTP id kp13mr102187131pab.9.1438226514007; Wed, 29 Jul 2015 20:21:54 -0700 (PDT) Original-Received: from [147.2.147.174] ([203.192.156.9]) by smtp.gmail.com with ESMTPSA id v3sm561692pdp.8.2015.07.29.20.21.52 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 29 Jul 2015 20:21:53 -0700 (PDT) In-Reply-To: <2BDFA021-56DB-4EF2-8CF0-2A0F3768285B@alumni.caltech.edu> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::229 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11924 Archived-At: On Wed, 2015-07-29 at 18:01 -0700, Matt Wette wrote: > nyacc, for Not Yet Another Compiler-Compiler!, is a LALR parser generator written entirely in guile 2.0. > Cool! > NYACC is similar function to the lalr module in guile-2 but it is coded in scheme from the ground up, and provides more functionality. In addition, nyacc comes with a module to aid in the construction of lexical analyzers. > > It is now a project on savannah.nongnu.org, with licensing covered by > * GNU General Public License, v3 > * GNU Lesser General Public License, v3 > * GNU Documentation License, v1.3 > The version is 0.60.0 (though README says 0.50.0). > > The module can be checked out via: > cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/nyacc co > Also, I have not used CVS for > 15 years, so it will take me a month to get config management under good control. > I have generated some sample parsers for C, Matlab, Javascript and Modelica. I will be adding these to an upcoming release Why you still choose CVS if you have not used it for > 15 years, IIRC you can choose git/svn/hg... in savannah. Best regards. > . > Matt