Make semicolon (;
) optional for the last struct field declaration
#393
Labels
feature: structs
Structures and messages (struct Foo, message Foo)
kind: language feature
Intent to add a language feature
scope: parser
Implementation of parser (src/grammar)
Milestone
The following should be allowed:
or
(currently one has to add
;
after each struct field declaration)The text was updated successfully, but these errors were encountered: