Skip to content
Snippets Groups Projects
Commit 57dffb55 authored by John Sheu's avatar John Sheu
Browse files

[banjo] Require enum declaration to set a value

The parser grammar accepted enum declarations without an explicit value,
but the AST processing does not.  We intend to enforce FIDL-like
behavior of requiring all such declarations to have a value, so this
change modifies the grammar to reflect this.

Change-Id: Ieaa5e0f5dbd40f5b78341be3c626a3e073709328
parent cf83bd76
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment