Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in SerializerRest production #88

Closed
cpacejo opened this issue Feb 2, 2016 · 1 comment
Closed

Error in SerializerRest production #88

cpacejo opened this issue Feb 2, 2016 · 1 comment

Comments

@cpacejo
Copy link

cpacejo commented Feb 2, 2016

The SerializerRest production currently reads:

[31] SerializerRest →
    OperationRest
  | "=" SerializationPattern 
  | ε

which appears not to match the final semicolon present on all InterfaceMembers.

I believe it should read:

[31] SerializerRest →
    OperationRest
  | "=" SerializationPattern ";"
  | ";"

(OperationRest contains the semicolon.)

By the way, I appreciate that the grammar is structured to be suitable for use as a parsing expression grammar.

@cpacejo
Copy link
Author

cpacejo commented Feb 2, 2016

Ah nevermind, I see that the issue is fixed in the latest editor's draft. Sorry to bother you.

@cpacejo cpacejo closed this as completed Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant