cppparser
cppparser copied to clipboard
a c/c++ source file parser
cppparser
a tools to parse c/c++ source file.
Steps
- split file to seperate words and special chars(e.g. operators)
- get header include
- get constant define
- get function define
- get function list
- get global variables and local variables
- get reserved keywords