sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Verify literal numbers range #65

Closed sergiotaborda closed 1 year ago

sergiotaborda commented 4 years ago

Verify if the literal number is in range of the target type at compile time For variable with no target type expand the type pf the number to support the range. use big implementarions as a catch all last resort