view graal/com.oracle.truffle.sl.test/tests/error/TypeError01.sl @ 16675:0fc43b066eee

SL/SourceAttribution: correct some omissions, and in particular add new node SLParenExpressionNode to represent a parenthesized expression; this is semantically neutral of course, but needed to account correctly for the text of such an expression (as opposed to its contents).
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Fri, 01 Aug 2014 16:30:22 -0700
parents b16ec83edc73
children
line wrap: on
line source

function main() {  
  3 - "4";  
}