cheddar-lang / Cheddar

🧀 Cheddar, the language that works for you
cheddar.vihan.org
Apache License 2.0
28 stars 9 forks source link

Add `Infinity` and `NaN` constants #94

Closed ghost closed 8 years ago

ghost commented 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

ghost commented 8 years ago

Fixed in https://github.com/cheddar-lang/Cheddar/commit/e2b5039c90dc28893891e4c274367aafce4b2f5b

schas002 commented 8 years ago

@tuxcrafting and in 5603857 of Ches, the versatile parser powering Cheddar.

schas002 commented 8 years ago

cheddar-lang/Ches @ 5603857

...