Changes between Version 2 and Version 3 of C Interface


Ignore:
Timestamp:
02/01/10 09:54:06 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C Interface

    v2 v3  
    1919== Assertion Language ==
    2020
    21 Some MiniMP expressions do not occur in C, such as {{{forall}}}, {{{exists}}}.  How to express them?
     21Some 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}}}?
    2222
    2323
     
    2828
    2929Think 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