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 integer suffixes #32

Closed
d3dave opened this issue Apr 13, 2023 · 3 comments
Closed

Support integer suffixes #32

d3dave opened this issue Apr 13, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@d3dave
Copy link
Contributor

d3dave commented Apr 13, 2023

Integers can have unsigned (U/u), long (L/l), and long-long (LL/ll) suffixes. When attempting to parse these we get a ValueError (in expression.py):

ValueError: invalid literal for int() with base 10: '1U'
@sMezaOrellana
Copy link
Contributor

I think #37 closes this

@Schamper
Copy link
Member

Schamper commented Oct 2, 2023

I believe so too, I had hoped GitHub would automatically close this.

1 similar comment
@Schamper
Copy link
Member

Schamper commented Oct 2, 2023

I believe so too, I had hoped GitHub would automatically close this.

@Schamper Schamper closed this as completed Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants