Kingsland.MofParser icon indicating copy to clipboard operation
Kingsland.MofParser copied to clipboard

Add a domain model and convert AST nodes

Open mikeclayton opened this issue 4 years ago • 0 comments

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.

mikeclayton avatar Sep 10 '20 21:09 mikeclayton