Changed my name :)
This commit is contained in:
parent
d254963487
commit
963de56ea8
|
@ -22,4 +22,4 @@
|
|||
"datatype"))
|
||||
(define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)")
|
||||
(define version "1.1")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
(define pkg-authors '("Suzanne Soy"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#lang scribble/manual
|
||||
|
||||
@title{Algebraic Data Types for compilers: Implementation}
|
||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
||||
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||
|
||||
This library is implemented using literate programming. The implementation
|
||||
details are presented in the following sections. The user documentation is in
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
"scribble-math"))
|
||||
(define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)")
|
||||
(define version "1.1")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
(define pkg-authors '("Suzanne Soy"))
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
(define build-deps '())
|
||||
(define pkg-desc "Tests for the phc-adt library")
|
||||
(define version "1.1")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
(define pkg-authors '("Suzanne Soy"))
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
(define build-deps '())
|
||||
(define pkg-desc "Algebraic Datatypes tailored for writing compilers")
|
||||
(define version "1.1")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
(define pkg-authors '("Suzanne Soy"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user