Skip to content

var (a, b..) not parsed when inside loop statement #22

Description

@duaraghav8

for (var (a, b, c) = (1, 2, 3); a < 10; (a, b, c) = (2, 3, 5)) {} is accepted in solidity but solparse doesn't parse

something like var (dnstype,,) is also not parsed inside loop

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions