SymbiFlow/uxsdcxx

Generate a parser from current rr_graph.xsd

Closed this issue · 4 comments

duck2 commented

To generate a parser from the current rr_graph.xsd, we need:

  • Support for <xs:attribute>
  • Support for loading enumerations in the form of <xs:restricted <xs:string>s.
duck2 commented

We can generate one now. I'll test it some more before closing this off.

Link?

duck2 commented

The generated parser behaves OK so far.