From be4d33f022ad93811237ee04e0156fe0f096bd34 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Tue, 28 Feb 2017 17:19:48 -0800 Subject: [PATCH] nyacc: working on C99 UG as a memo --- module/nyacc/README.nyacc | 4 ++-- module/nyacc/lalr.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/nyacc/README.nyacc b/module/nyacc/README.nyacc index 4ac82528..6093c7ef 100644 --- a/module/nyacc/README.nyacc +++ b/module/nyacc/README.nyacc @@ -1,4 +1,4 @@ -This is a version 0.76.5 of NYACC (Not Yet Another Compiler Compiler!). +This is a version 0.76.5+c99dev of NYACC (Not Yet Another Compiler Compiler!). Copyright (C) 2015-2017 Matthew R. Wette @@ -8,7 +8,7 @@ notice and this notice are preserved. This file is offered as-is, without any warranty. Full source distribution for NYACC is available at - https://download.savannah.gnu.org/projects/nyacc + https://download.savannah.gnu.org/project/nyacc This software package is covered by the following licenses: * GNU PUBLIC GENERAL LICENCE, version 3 (See COPYING.) diff --git a/module/nyacc/lalr.scm b/module/nyacc/lalr.scm index fac843d1..378899fd 100644 --- a/module/nyacc/lalr.scm +++ b/module/nyacc/lalr.scm @@ -50,7 +50,7 @@ #:use-module (nyacc util) ) -(define *nyacc-version* "0.76.5dev") +(define *nyacc-version* "0.76.5+c99dev") ;; @deffn proxy-? sym rhs