Skip to content

Extract libraries from C++ #45

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

Closed
peti2001 opened this issue Oct 13, 2019 · 0 comments · Fixed by #149
Closed

Extract libraries from C++ #45

peti2001 opened this issue Oct 13, 2019 · 0 comments · Fixed by #149
Labels

Comments

@peti2001
Copy link
Collaborator

peti2001 commented Oct 13, 2019

Introduction

We started to implement the external library recognition feature.
It means the repo_info_extractor will be able to recognize the used libraries and not just the programming language.

How does it work?

Regexes are used to recognize library imports.
This library detection must be done language by language since each language has a different syntax to import libraries.
We created a JavaScript extractor as the first working library extractor.

Requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant