robotpy-cppheaderparser
robotpy-cppheaderparser copied to clipboard
C++20 modules : Are you going to support modules?
I was wondering if there was a plan to support modules in the future (with C++20)? It would be awesome to have a parser providing the information of what a modules file contains (for my mocking framework for sure)
So we don't currently have an immediate need for C++20 modules support - our current projects are currently targeting C++17. Having said that though, it's quite likely we will need modules support at some point in the next couple of years.
We'd be more than happy to take any pull requests adding such support, of course.