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

Do not put spaces around negative array indices #43

Closed
Roald87 opened this issue Jul 26, 2020 · 0 comments
Closed

Do not put spaces around negative array indices #43

Roald87 opened this issue Jul 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Roald87
Copy link
Owner

Roald87 commented Jul 26, 2020

Currently it does this:

-aLINT : ARRAY[-1..1] OF LINT;
+aLINT : ARRAY[ - 1..1] OF LINT;

This should not happen.

@Roald87 Roald87 added this to the Version 0.2 milestone Jul 26, 2020
@Roald87 Roald87 added the enhancement New feature or request label Jul 26, 2020
@Roald87 Roald87 self-assigned this Aug 16, 2020
@Roald87 Roald87 added bug Something isn't working and removed enhancement New feature or request labels Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant