An user-defined attribute name validation (#4689)
authorVladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com>
Fri, 6 Apr 2018 16:07:59 +0000 (23:07 +0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Fri, 6 Apr 2018 16:07:59 +0000 (09:07 -0700)
commit7eb4c6098e88f7bee04a2d6baf2da28ff721219f
tree3c47924110614475a8de752d7c4ac36c88e59ee4
parentaf3c5981895f5770335ea1743a0060e5dcee41eb
An user-defined attribute name validation (#4689)

* User-declared attribute should be either identifier or string with the identifier.

* Attribute can be identifier or string in metadata.
docs/source/Grammar.md
src/idl_parser.cpp