Closed ghost closed 8 years ago
It would be very convenient to have the Infinity and NaN constants in Cheddar, because the values exists, but the only way to get them is 1/0 and 0/0
Infinity
NaN
1/0
0/0
Fixed in https://github.com/cheddar-lang/Cheddar/commit/e2b5039c90dc28893891e4c274367aafce4b2f5b
@tuxcrafting and in 5603857 of Ches, the versatile parser powering Cheddar.
5603857
cheddar-lang/Ches @ 5603857
...
It would be very convenient to have the
Infinity
andNaN
constants in Cheddar, because the values exists, but the only way to get them is1/0
and0/0