To help in identifying parsing concerns still in srcfacts.cpp I have a utility that generates a web page with the (current) parsing concerns in red. Here is an example with the original srcfacts.cpp
You can download parsingConcerns and run it on your srcfacts.cpp file. The command is:
In GitHub Codespaces, you can view this web page:
Look for the file concerns.html.
To install the parsingConcerns program, go to the Parsing Concerns Git Repository and download it from there. Put it in /usr/local/bin/. Or, you can download it directly if you have curl installed:
Then make it executable:
srcml to convert to the srcML format, then applies a query which is converted to a web page for viewing.