From f7fb6ac395812dfc14410ef5867f2633773ba01f Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Wed, 22 Feb 2017 08:26:40 -0800 Subject: [PATCH] nyacc: new release 0.76.1 --- module/nyacc/README.nyacc | 2 +- module/nyacc/lalr.scm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/nyacc/README.nyacc b/module/nyacc/README.nyacc index 42688659..cfd97e05 100644 --- a/module/nyacc/README.nyacc +++ b/module/nyacc/README.nyacc @@ -1,4 +1,4 @@ -This is a version 0.76.0+c99dev of NYACC (Not Yet Another Compiler Compiler!). +This is a version 0.76.1 of NYACC (Not Yet Another Compiler Compiler!). Copyright (C) 2015-2017 Matthew R. Wette diff --git a/module/nyacc/lalr.scm b/module/nyacc/lalr.scm index d37b564d..f8909a48 100644 --- a/module/nyacc/lalr.scm +++ b/module/nyacc/lalr.scm @@ -50,7 +50,8 @@ #:use-module (nyacc util) ) -(define *nyacc-version* "0.76.0+c99dev") +(define *nyacc-version* "0.76.1") + ;; @deffn proxy-? sym rhs ;; @example