nyacc: working on C99 UG as a memo
This commit is contained in:
parent
6c536c0e9d
commit
be4d33f022
|
@ -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
|
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.
|
without any warranty.
|
||||||
|
|
||||||
Full source distribution for NYACC is available at
|
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:
|
This software package is covered by the following licenses:
|
||||||
* GNU PUBLIC GENERAL LICENCE, version 3 (See COPYING.)
|
* GNU PUBLIC GENERAL LICENCE, version 3 (See COPYING.)
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
#:use-module (nyacc util)
|
#:use-module (nyacc util)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define *nyacc-version* "0.76.5dev")
|
(define *nyacc-version* "0.76.5+c99dev")
|
||||||
|
|
||||||
|
|
||||||
;; @deffn proxy-? sym rhs
|
;; @deffn proxy-? sym rhs
|
||||||
|
|
Loading…
Reference in a new issue