|
> Moving the #! ignoring stuff to lua_load or similar from the lexer, and > wrapping it in some #if would be trivial. Lua 5.1 will move the `#' trick to luaL_loadfile (lua_load is still in the core), although without a conditional wrapping. -- Roberto