Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pcpp to parse C/C++ source code #115

Merged
merged 1 commit into from
Apr 10, 2023
Merged

Conversation

martis42
Copy link
Owner

In this first step we simplify our own code by using a well tested preprocessor to prune commented code instead of relying on our own implementation.
In the future we will build on this and support resolving defines

In this first step we simplify our own code by using a well tested
preprocessor to prune commented code instead of relying on our own
implementation.
In the future we will build on this and support resolving defines
@martis42 martis42 merged commit beae178 into main Apr 10, 2023
1 check passed
@martis42 martis42 deleted the use_pcpp_to_parse_code branch April 10, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant