From 14d6407bc9322c2a8e35c7c38fa38def9f11f129 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Thu, 23 Feb 2017 05:38:49 -0800 Subject: [PATCH] nyacc: new release 0.76.3 --- module/nyacc/README.nyacc | 2 +- module/nyacc/lalr.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/nyacc/README.nyacc b/module/nyacc/README.nyacc index 341e7c5d..0003ffa6 100644 --- a/module/nyacc/README.nyacc +++ b/module/nyacc/README.nyacc @@ -1,4 +1,4 @@ -This is a version 0.76.2 of NYACC (Not Yet Another Compiler Compiler!). +This is a version 0.76.3 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 68eb2622..537c43c6 100644 --- a/module/nyacc/lalr.scm +++ b/module/nyacc/lalr.scm @@ -50,7 +50,7 @@ #:use-module (nyacc util) ) -(define *nyacc-version* "0.76.2") +(define *nyacc-version* "0.76.3") ;; @deffn proxy-? sym rhs