emdash / udlang

A practical, functional language for stream processing.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Use some kind of NaN-safe float in the parser / type-checker / ast. #5

Closed emdash closed 3 years ago

emdash commented 3 years ago

This will allow us to derive PartialOrd and Hash on the types used in the front-end, which is crucial for a number of reasons: