Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support octal integer constants #27

Closed
aleofreddi opened this issue Jul 21, 2019 · 1 comment
Closed

Support octal integer constants #27

aleofreddi opened this issue Jul 21, 2019 · 1 comment

Comments

@aleofreddi
Copy link
Owner

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
/

aleofreddi added a commit that referenced this issue Aug 9, 2019
aleofreddi added a commit that referenced this issue Aug 9, 2019
@aleofreddi
Copy link
Owner Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant