// Return value is index of semicolon/curly brace+1 static int tok_endOfStatement(L tok, int i) { ret tok_findEndOfStatement(tok, i); }