Dechenjm / crack-language

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

large constants get truncated to integer #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  import crack.io cout;
  x := 12345678902134;
  cout `$x\n`;

What is the expected output? 12345678902134 
What do you see instead? 1942893430

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mind...@gmail.com on 2 Sep 2010 at 12:22

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 7 Sep 2010 at 11:38

GoogleCodeExporter commented 9 years ago
Fixed in revision 4fc338809e06

Original comment by mind...@gmail.com on 9 Sep 2010 at 11:16