SymbiFlow / uxsdcxx

generate C++ reader/writer from XSD schema
Apache License 2.0
6 stars 2 forks source link

Generate a parser from current rr_graph.xsd #7

Closed duck2 closed 5 years ago

duck2 commented 5 years ago

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

duck2 commented 5 years ago

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

mithro commented 5 years ago

Link?

duck2 commented 5 years ago

here https://gist.github.com/duck2/ebd6f51e8d8494e1885d6a8a35629556

duck2 commented 5 years ago

The generated parser behaves OK so far.