HDFGroup / hdf5-json

Specification and tools for representing HDF5 in JSON
https://hdf5-json.readthedocs.io
Other
73 stars 25 forks source link

HDF5 JSON attribute_collection #7

Closed gheber closed 9 years ago

gheber commented 9 years ago

Hi Gerd,

I think the attribute_collection rule should not have “attributes” and “:” in it.

http://hdf5-json.readthedocs.org/en/latest/bnf/attribute_collection.html#gr ammar-token-attribute_collection

I think the correct rule is:

attribute_collection ::= "[" attribute_list “]"

-Aleksandar