owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

Small fixes to grammar (2) #95

Closed althonos closed 5 years ago

althonos commented 5 years ago
althonos commented 5 years ago

Also, question: should [ and ] be excluded from OboChar rule ? Having ] in an Id makes the XrefList ambiguous because it has no idea if the ] is part of the Id or just the closing delimiter for the list.

cmungall commented 5 years ago

I recommend instead: XrefChar ::= (NonWsChar - ',' - '[' - ']')