// be considered to be a block with label "x" and value "3", but,
// "({x:3})" is considered to be an inline object with field "x" that
// has value 3.
s = "(" + s + ")"; //$NON-NLS-1$ //$NON-NLS-2$
ContextStatics statics = new ContextStatics();
Context cx = new Context(statics);
final List<ErrorInfo> errors = new ArrayList<ErrorInfo>();
CompilerHandler newHandler = new CompilerHandler() {
public void error(final String filename, int ln, int col, String msg, String source) {
ErrorInfo ei = new ErrorInfo();