I am looking a tool which take source code as a input and tokenize them as a operator, keyword, class, function, member variable, comments and parameter. Tool should take parsing logic from configuration file(like how to detect & parse comments, functions, classes).
For example converting c++ source code to c# or converting XML settings file to INI file format.