cparse icon indicating copy to clipboard operation
cparse copied to clipboard

Numeral operations should return integers when possible

Open VinGarcia opened this issue 8 years ago • 0 comments

Currently all numeral operations can only return tokens of the REAL type.

It would be expected that if both operands are of type INT that the resulting token would also be of type INT, as it is in most modern languages.

VinGarcia avatar Oct 05 '16 23:10 VinGarcia