# cpp_analysis **Repository Path**: djsource/cpp_analysis ## Basic Information - **Project Name**: cpp_analysis - **Description**: c++语法分析 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2021-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpp_analysis # cpp grammar format analysis ### run ### 1. open with vs2015. 2. F5 to run. ### program ### 1. input analysis_target.h and enter. 2. input ll to list member. ### usage ### To compile as library. ```c++ #include try {  auto result = cpp_analysis::analysis("[cpp_header_file]");  // todo } catch (logic_error& e) { // todo: } ``` [中文介绍](http://www.cnblogs.com/fyter/p/analysis-cpp-syntex-format.html)