githwxi / ATS-Postiats

ATS2: Unleashing the Potentials of Types and Templates
www.ats-lang.org
Other
354 stars 54 forks source link

Fix hex int format #206

Closed Hibou57 closed 6 years ago

Hibou57 commented 6 years ago

There was a remaining issue with hexadecimal integers as well: the digits sequence cannot be empty neither.

Additionally, LE_FINTEGRAL_missing is removed from the previous fix, to keep only LE_FINTFRAC_missing, which is simpler and more meaningful to users.

githwxi commented 6 years ago

Thanks!