# cppparser **Repository Path**: naturalcaduceus/cppparser ## Basic Information - **Project Name**: cppparser - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2022-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cppparser a tools to parse c/c++ source file. ## Steps 1. split file to seperate words and special chars(e.g. operators) 2. get header include 3. get constant define 4. get function define 5. get function list 6. get global variables and local variables 7. get reserved keywords