[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Legal first non-blank characters in a Lua chunk
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sat, 18 May 2013 08:15:48 +0200
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?