Changes between Version 72 and Version 73 of IR


Ignore:
Timestamp:
11/26/15 08:03:04 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v72 v73  
    1313 * a sequence of variable declarations with no initializers
    1414 * 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` statement
     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` statement
    1616* 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 ... }`
    1818* parentheses are used to indicate function invocations, as in add(x,y)
    1919* angular brackets are used to delimit tuples or sequences