Changed my name :)
This commit is contained in:
parent
07ae99b7bb
commit
4515a44ee6
|
@ -1,5 +1,5 @@
|
||||||
extensible-parser-specifications
|
extensible-parser-specifications
|
||||||
Copyright (c) 2016-2017 Georges Dupéron
|
Copyright (c) 2016-2017 Suzanne Soy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
info.rkt
2
info.rkt
|
@ -12,4 +12,4 @@
|
||||||
(define pkg-desc (string-append "Composable no-order syntax/parse"
|
(define pkg-desc (string-append "Composable no-order syntax/parse"
|
||||||
" specifications, with global constraints"))
|
" specifications, with global constraints"))
|
||||||
(define version "0.1")
|
(define version "0.1")
|
||||||
(define pkg-authors '(|Georges Dupéron|))
|
(define pkg-authors '(|Suzanne Soy|))
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
(only-in racket/base [... …])]]
|
(only-in racket/base [... …])]]
|
||||||
|
|
||||||
@title{extensible-parser-specifications}
|
@title{extensible-parser-specifications}
|
||||||
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
|
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
|
||||||
|
|
||||||
Caveat: the mixins defined with @racket[define-eh-alternative-mixin] cannot be
|
Caveat: the mixins defined with @racket[define-eh-alternative-mixin] cannot be
|
||||||
provided and used in a separate module. Unfortunately, I cannot think of an
|
provided and used in a separate module. Unfortunately, I cannot think of an
|
||||||
|
|
Loading…
Reference in New Issue
Block a user