-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Feature Request
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels