|
|
![]() | To demonstrate the denotational semantics, a tiny
programming language is provided:
<stmts> --->
<stmt>
;
<stmts>
|
<stmt>
|
|
![]() | This language offers two primitive domains
for Boolean values and integers:
B = { true, false, _|_ } |
|
| Copyright © 2002 Andreas Borchert, converted to HTML on May 02, 2002 |