Kingsland.MofParser
Kingsland.MofParser copied to clipboard
Add a domain model and convert AST nodes
Parsing currently results in a semantic AST model that represents the source MOF text, but that's not always very easy to work with if you just want to know, e.g. the names of the Instances and their property values.
Add a new domain model that we can convert the AST nodes into to make it easier to work with MOF objects.