nyacc: new release 0.73.0

This commit is contained in:
Matt Wette 2016-12-25 19:34:40 -08:00 committed by Jan Nieuwenhuizen
parent e589c81c8d
commit 5251e707ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -52,7 +52,7 @@
#:use-module (nyacc util) #:use-module (nyacc util)
) )
(define *nyacc-version* "0.72.0+") (define *nyacc-version* "0.73.0")
;; @deffn proxy-? sym rhs ;; @deffn proxy-? sym rhs