Neat-Lang / neat

The Neat Language compiler. Early beta?
BSD 3-Clause "New" or "Revised" License
111 stars 9 forks source link

built-in type properties (int.max, etc) are missing #40

Open FeepingCreature opened 8 months ago

FeepingCreature commented 8 months ago

Should add {int, long, float, double}.{min, max, eps, nan} as appropriate.

FeepingCreature commented 8 months ago

Gweh? int.max has been in there for ages. I added long.min/max now. Not sure what we actually need.