opencaesar / oml

Ontological Modeling Language (OML)
https://opencaesar.github.io/oml/
Apache License 2.0
23 stars 4 forks source link

Convert the ontology separator to an enumeration #10

Closed melaasar closed 4 years ago

melaasar commented 4 years ago

Currently, the ontology separator is a string that can either be # or /. It makes sense to convert that to an enumeration instead.

melaasar commented 4 years ago

done by PR #32