tomoyanonymous / mimium-rs

minimal musical medium- an infrastructural language for sound and music.
Mozilla Public License 2.0
9 stars 1 forks source link

Allowing integer literal as numeric type value #78

Closed tomoyanonymous closed 3 weeks ago

tomoyanonymous commented 3 weeks ago

This PR changes compiler's spec so that integer literals are treated as numeric type value.

If the integer types are introduced in the future, I will switch back this spec with implicit casting(or, introduces special suffix for explicit integer literal value declaration.)

Related to https://github.com/tomoyanonymous/mimium-rs/issues/59#issuecomment-2375850305