lua-users home
lua-l archive

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


> [...]
> tmp = [[this script could save
> $ if you could load it]]
> 
> Of course, this is because of the preprocessor.  The docs do correctly
> describe this behavior, still is this a good thing?

Maybe this is not very good. But to ignore a pragma inside strings means
that when Lua is skiping a false $if it should keep recognizing tokens,
to avoid eventual $end's inside strings. We will see whether we can "fix"
this without great overhead.

-- Roberto