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

Modify bnfc to generate Long for integer category #44

Open
nobeh opened this issue Aug 20, 2015 · 0 comments
Open

Modify bnfc to generate Long for integer category #44

nobeh opened this issue Aug 20, 2015 · 0 comments
Assignees
Milestone

Comments

@nobeh
Copy link
Member

nobeh commented Aug 20, 2015

Created BFNC/bnfc#153

We need to be able to generate for

Int s = 1000

as

Long s = 1000L

as some literals do not fit into an int.

@nobeh nobeh self-assigned this Aug 20, 2015
@nobeh nobeh added this to the 0.5.0 milestone Aug 20, 2015
nobeh added a commit that referenced this issue Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant