Skip to content

0.6.0

Compare
Choose a tag to compare
@althonos althonos released this 28 Aug 13:25
· 28 commits to master since this release
v0.6.0

Added

  • Definition production rule to match value of def clauses.

Changed

  • Renamed OboLexer::parse to OboLexer::tokenize.
  • PropertyValue production rule now has two subrules ResourcePropertyValue
    and LiteralPropertyValue to aid constructing enum variants.
  • LiteralPropertyValue accepts any identifier as a datatype, not just
    xsd-prefixed datatypes.