You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name:
Support for C/C++ Labels and goto statements.
Description:
I would like to be able to map out the labels in a C/C++ program. For example: I'm working
through some legacy code and the in the main function there are labels and goto
statements embedded into some of the logic. The Logic flow isn't very well documented and
so I'm attempting to use your tool to solve that issue.
Potential solutions:
Add a customized lexer through the use of a python module pyl to lex out any labels and
goto's.
Inform users on how to accomplish this if this feature is already implemented.
Postscript
I appreciate the extension you have built thus far, and I look forward to any optimizations and
features it may have in the future.
The text was updated successfully, but these errors were encountered:
Feature Request
Postscript
The text was updated successfully, but these errors were encountered: