fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Error in floating point constant lexing/parsing #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
picoc> printf("%f\n", sin(0.87));
:6: value not expected here
picoc> printf("%f\n", 0.12);
0.15625

Original issue reported on code.google.com by zik.sale...@gmail.com on 29 May 2009 at 12:08

GoogleCodeExporter commented 8 years ago
Fixed in r308

Original comment by zik.sale...@gmail.com on 29 May 2009 at 12:42