cppparser
cppparser copied to clipboard
Cleanup deps?
Hi, I would really like to use your parser even if it is not done yet. I find the deps a bit complicated though. For instance boost filesystem could be removed since you use c++17 anyway which comes with filesystem.
Cleanup is one of the item I would like to do but regarding removal of boost filesystem, I had given it a try but it had failed. See https://github.com/satya-das/cppparser/issues/3.