Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Unable to parse designated initialisers #108

Description

@GlassAndOneHalf

The following piece of code is parsed as water:

int arr[5] = {
  [0] = 12,
  [1] = 34,
};

The grammar does not currently support designated initialisers. More details about designated initialisers and the various forms they can take may be found here.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions