Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 478 Bytes

File metadata and controls

20 lines (19 loc) · 478 Bytes

For sure

  • special-case c-arrays
  • fail if file cannot be parsed completely
  • warn about unsupported stuff
    • stl
    • c-style arrays
    • binding not structs / classes
  • docs
  • clean code up
    • format
    • break out clang utils into lib
      • CXCursor wrapper with nice util funcs
      • Type dependency aggregator class

Maybe

  • flesh out tests?
  • tab-complete in ipython?
  • plugins? (kind of defeats purpose...)
  • member functions?
  • make types opaque?