Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 407 Bytes

idlparser

Acts as a reader for the IDL file format, used in the DDS specification, for example.

status

It can read the DDS specification IDL, but there are a lot more things out there that are not covered. Specifically:

  • Type unions
  • Struct inheritance
  • ... probably more

It's also missing test coverage.

TODO

  • Tests
  • Add source information to Token, and use it in parse errors

... more?