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

[META] Broader language support / modularization of program analysis pipeline #6

Open
JosiahOne opened this issue Jan 9, 2023 · 0 comments

Comments

@JosiahOne
Copy link
Contributor

Think about how to add support for new languages. Ideally this shouldn't require tons of re-work and we should be able to re-use part of what we have.

We could even consider relying fully on other systems to do parts of the pipeline. e.g. semgrep can dump ASTs for many languages. Control flow graph generation is extra tricky and I haven't yet seen a single mechanism for doing this across languages.

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

No branches or pull requests

1 participant