pub fn syntax_error(ls: &mut LexState, msg: &[u8]) -> LuaError
Report a syntax error at the current token.
// lexerror(ls, msg, ls->t.token); // }