[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [patch] fix luai_num* null states
- From: Lourival Vieira Neto <lourival.neto@...>
- Date: Tue, 4 Mar 2014 23:27:19 -0300
> About the floating-point constants, by now what happens is that they
> are accepted, but they are converted to integers. Another weird thing
> (at least to me) is that I defined getlocaledecpoint() as '.', but the
> lexer is still considering ','.
Sorry.. my fault.. I've made some confusion.. ',' is handled correctly
as the delimiter of values.. and the usage of floating-point constants
(using '.') raises this neat error: 'malformed number' =)..
--
Lourival Vieira Neto