| Version 5 (modified by , 5 years ago) ( diff ) |
|---|
CIVL IR
Language principles:
- CIVL-IR is a subset of CIVL-C. A CIVL-IR program is a CIVL-C program, and has the same semantics.
Types:
$int: mathematical integers$real: mathematical reals$float<e,f>: IEEE floating-point numbers with e,f integer constants$herbrand<T>: Herbrand type of non-Herbrand numeric type T_Bool$procchar$bundle$heap$range$domainenum tagstruct tagunion tagT[]: array of Tvoid *: pointer to anythingT *: pointer to TT(T1, T2, ...): function consuming T1, ... and returning T$mem: set of memory locations$set<T>: set of T$map<T1,T2>: maps from T1 to T2$rel<T1, ..., Tn>: relation, set of n-tuples
Note:
See TracWiki
for help on using the wiki.
