KUNAI-static-analyzer
KUNAI-static-analyzer copied to clipboard
Add Python binding
Since Python is a language easy to work with, it would be nice to include a binding that allow user to work with Python. Since Kunai uses C++17 it will be necessary to know if some features like std::optional
or std::variant
are supported. Each class maybe would be changed in order to include the binding, this probably would need its own branch to work with.