You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: