cpp grammar format analysis
- open with vs2015.
- F5 to run.
- input analysis_target.h and enter.
- input ll to list member.
To compile as library.
#include <cpp_analysis.h>
try
{
auto result = cpp_analysis::analysis("[cpp_header_file]");
// todo
}
catch (logic_error& e)
{
// todo:
}