Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

floating point formatting doesn't work #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  import crack.io cout;
  float f = 1.0;
  cout `float is $f\n`;

What is the expected output? 1.0
What do you see instead? true

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mind...@gmail.com on 5 Oct 2010 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by weyrick on 5 Oct 2010 at 3:34

GoogleCodeExporter commented 9 years ago
a temporary solution was added in 1b8b552211

this will be left open until we implement a float printer in crack

Original comment by weyrick on 7 Oct 2010 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by weyrick on 27 Dec 2010 at 12:42