lua-users home
lua-l archive

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


Lua lexer treats dot `.' as separator. But relies (by default) on strtod() for converting, and thus if your ``local'' separator is `,', you are unable to compile the following sample program:

local a = 1.5