Changes between Version 2 and Version 3 of C Interface
- Timestamp:
- 02/01/10 09:54:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C Interface
v2 v3 19 19 == Assertion Language == 20 20 21 Some MiniMP expressions do not occur in C, such as {{{forall}}}, {{{exists}}}. How to express them?21 Some MiniMP expressions do not occur in C, such as {{{forall}}}, {{{exists}}}. For accuracy, there is also the derivative notation. How to express them? Where can they occur? Can we use C's {{{assert}}}? 22 22 23 23 … … 28 28 29 29 Think of the functions in {{{stdlib}}}, {{{stdio}}}, etc. We need some sort of abstract model of at least the most commonly-used functions. Most of them do not have state and should be representable in a simple way, perhaps abstracted away altogether. 30 31 == Abstract Functions == 32
