Skip to content

C99 support #36

Description

@ChrisJefferson

Ward does not support C99-style variable declarations (the Int i = 0 at the start of the for loop)

for (Int i = 0; i < HookCount; ++i) {
     struct InterpreterHooks * hook = activeHooks[i];
    if (hook && hook->visitStat) { (hook->visitStat)(stat); } 
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions