lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


The way I read the Lua syntax table, any string which fails
to match one of
   {"^%s*[A-Za-z_;%(]",   "^%s*%-%-",   "%s*::"}
cannot be a valid Lua chunk. Is this correct?