You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For the sake of compability with the rest of the world, TimEL should be able to understand octal constants.
Describe the solution you'd like
Add octal support:
fragment
IntegerConstant
: OctalConstant
fragment
OctalConstant
: '0' OctalDigit*
;
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For the sake of compability with the rest of the world, TimEL should be able to understand octal constants.
Describe the solution you'd like
Add octal support:
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: