Changes between Version 129 and Version 130 of IR
- Timestamp:
- 12/10/15 13:58:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v129 v130 541 541 542 542 Functions: 543 * ` $set_default(obj: Pointer)` : sets the leaf nodes of a variable to be the default value of zero544 * ` $apply(obj1: Pointer, op: Operation, obj2: Pointer, result: Pointer)`545 * appl ya binary operator `op` to two objects543 * `fun[lib="civlc"] $set_default(obj: Pointer)` : sets the leaf nodes of a variable to be the default value of zero 544 * `fun[lib="civlc"] $apply(obj1: Pointer, op: Operation, obj2: Pointer, result: Pointer)` 545 * applies a binary operator `op` to two objects 546 546 547 547 * elaborate an integer expression
