[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: bug in lua lexer
- From: Antero Vipunen <antero@...>
- Date: Mon, 05 Dec 2005 21:51:06 +0600
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