Changes between Version 112 and Version 113 of IR


Ignore:
Timestamp:
12/02/15 10:00:58 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v112 v113  
    252252
    253253Pointers and Memory
    254 * `NULL` : value of type `void*`
     254* `NULL` : value of type `Pointer`
    255255* `deref(e)` : pointer dereference
    256256* `addr(e)` : address-of operator