Skip to main content

syntax_error

Function syntax_error 

Source
pub fn syntax_error(ls: &mut LexState, msg: &[u8]) -> LuaError
Expand description

Report a syntax error at the current token.

ยงC source


//   lexerror(ls, msg, ls->t.token);
// }