Skip to content

Bug related to Nested for #38

Description

@PjrCodes
for(;;)
    for(;;)
        a;

will become

for(;;) {
    for(;;) {
}
        a;
    }

possible issue: The Wrong index is being used to check for semicolon and the index of the for(;;) itself is given.

this is also one of the problems behind #36 , CASE 3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions