Skip to content

Support for C/C++ Labels and goto statements. #18

@ZIGLJO

Description

@ZIGLJO

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions