Changes between Version 72 and Version 73 of IR
- Timestamp:
- 11/26/15 08:03:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v72 v73 13 13 * a sequence of variable declarations with no initializers 14 14 * a sequence of function definitions 15 * a sequence of labeled statements. Each clause in the labeled statement is a ` \when` statement with some guard and a primitive statement, followed by a `goto` statement15 * a sequence of labeled statements. Each clause in the labeled statement is a `when` statement with some guard and a primitive statement, followed by a `goto` statement 16 16 * an array is declared without any length expression. When it is initialized it can specify length. 17 * curly braces are used only to indicate scopes, as in { // new scope ... }17 * curly braces are used only to indicate scopes, as in `{ // new scope ... }` 18 18 * parentheses are used to indicate function invocations, as in add(x,y) 19 19 * angular brackets are used to delimit tuples or sequences
