| Version 1 (modified by , 10 years ago) ( diff ) |
|---|
The CIVL-IR. Also known as "CIVL model".
Static Types
Boolean- Integer types
Integer: the mathematical integersInt<Integer lo, Integer hi, Boolean wrap>- finite interval of integers [lo,hi]. If
wrapis true then all operations "wrap", otherwise, any operation resulting in a value outside of the interval results in an exception being thrown.
- finite interval of integers [lo,hi]. If
- Real
Real: the mathematical real numbersFloat<Integer e, Integer f>: IEEE754 floating point numbers
- Struct
- Array
- Function
Values
Expressions
Program Graph
Model
Note:
See TracWiki
for help on using the wiki.
