nyacc: new release 0.75.3

This commit is contained in:
Matt Wette 2017-02-16 06:26:10 -08:00 committed by Jan Nieuwenhuizen
parent 2d35221753
commit 16bf996c93
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
This is a version 0.75.2 of NYACC (Not Yet Another Compiler Compiler!). This is a version 0.75.3 of NYACC (Not Yet Another Compiler Compiler!).
Copyright (C) 2015-2017 Matthew R. Wette Copyright (C) 2015-2017 Matthew R. Wette

View file

@ -50,7 +50,7 @@
#:use-module (nyacc util) #:use-module (nyacc util)
) )
(define *nyacc-version* "0.75.2") (define *nyacc-version* "0.75.3")
;; @deffn proxy-? sym rhs ;; @deffn proxy-? sym rhs