Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Apparently it's not happy with things of the form

>     foo = bar * .95

> where the RHS of the binary operation is a floating point constant
> with no integer portion. Changing it to 0.95 works, so I assume the
> grammar just needs a tweak.

Yep. The lexer (imcc.l) is missing this case.

Patches welcome,
leo

Reply via email to