sbool tok_isBeginningOfStatement(LS tok, int i) { S prev = get(tok, i-2); ret eqOneOf(prev, "{", ";", "}", null); }