equal
deleted
inserted
replaced
28 #define next(ls) (ls->current = zgetc(ls->z)) |
28 #define next(ls) (ls->current = zgetc(ls->z)) |
29 |
29 |
30 |
30 |
31 |
31 |
32 |
32 |
33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') |
33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') |
34 |
34 |
35 |
35 |
36 /* ORDER RESERVED */ |
36 /* ORDER RESERVED */ |
37 const char *const luaX_tokens [] = { |
37 const char *const luaX_tokens [] = { |
38 "and", "break", "do", "else", "elseif", |
38 "and", "break", "do", "else", "elseif", |