src/ZF/IMP/README.html
author webertj
Sun, 14 Nov 2004 01:40:27 +0100
changeset 15283 f21466450330
parent 3279 815ef5848324
child 15582 7219facb3fd0
permissions -rw-r--r--
DOCTYPE declaration added
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15283
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
     2
1541
c81c770f47ef Put quotes around URLs in links
paulson
parents: 1522
diff changeset
     3
<!-- $Id$ -->
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 1546
diff changeset
     4
<HTML><HEAD><TITLE>ZF/IMP/README</TITLE></HEAD><BODY>
1522
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
     5
1541
c81c770f47ef Put quotes around URLs in links
paulson
parents: 1522
diff changeset
     6
<H2>IMP -- A <KBD>while</KBD>-language and two semantics</H2>
1522
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
     7
15283
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
     8
The formalization of the denotational and operational semantics of a simple
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
     9
while-language together with an equivalence proof between the two semantics.
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
    10
The whole development essentially formalizes/transcribes chapters 2 and 5 of
1522
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    11
<P>
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    12
<PRE>
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    13
@book{Winskel,
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    14
 author = {Glynn Winskel},
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    15
 title = {The Formal Semantics of Programming Languages},
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    16
 publisher = {MIT Press},
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    17
 year = 1993}.
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    18
</PRE>
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    19
<P>
15283
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
    20
There is a
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
    21
<A HREF="http://www4.informatik.tu-muenchen.de/~nipkow/pubs/loetz-sand.dvi.gz">report</A>
f21466450330 DOCTYPE declaration added
webertj
parents: 3279
diff changeset
    22
by L&ouml;tzbeyer and Sandner.
1522
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    23
<P>
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    24
A much extended version of this development is found in
1541
c81c770f47ef Put quotes around URLs in links
paulson
parents: 1522
diff changeset
    25
<A HREF="../../HOL/IMP/index.html">HOL/IMP</A>.
1522
4093c3cb7b30 Added documentation
nipkow
parents:
diff changeset
    26
</BODY></HTML>