%------------------------------------------------------------------------------ % An Abstract Machine for while % % All references are to HR and F Nielson "Semantics with Applications: % A Formal Introduction", John Wiley & Sons, 1992. (revised edition % available: http://www.daimi.au.dk/~hrn ) % % Author: David Lester, Manchester University, NIA, Université Perpignan % % Version 1.0 25/12/07 Initial Version %------------------------------------------------------------------------------
c,c0,c1,c2: VAR Code
e,e0,e1,e2: VAR Stack
s,s0,s1,s2: VAR State
n,n0,n1,n2,k,k1,k2: VAR nat
pn: VAR posnat
cf,cf0,cf1,cf2: VAR Config
i: VAR int
x: VAR V
f1: VAR [int->int]
f2: VAR [[int,int]->int]
check1(c,e,s):bool = NOT null?(e)
check2(c,e,s):bool = (NOT null?(e)) AND (NOT null?(cdr(e)))
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.