[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [patch] fix luai_num* null states
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 5 Mar 2014 13:59:39 -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' =)..
Did you do that without changing the source?
-- Roberto