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.)
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