Skip to content

cdios: disallow modification of for loop variable in body #65

@avanhatt

Description

@avanhatt

If the body of a Racket for loop modifies the index variable, it does not persist to the next iteration: the front end of cdios should error on this (or do the smart thing and translate to an equivalent recursive while). Currently FFT is rewritten manually to a while loop to work around this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    missingExpected feature missing (i.e., compiler support lacking)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions