|
How can I add Rust or Flutter/Dart support if I want to add them |
Answered by
mbg
Sep 9, 2024
Replies: 1 comment 9 replies
|
Hi @Killpit 👋🏻 Thanks for the question and wanting to add support for additional programming languages. While this is possible, we don't have any documentation or guides for how to do so. One of my colleagues has a repository with a minimal implementation needed to support a language at https://github.com/aibaars/codeql-kaleidoscope which may be a good starting point to look into to give you an idea of how you can create a custom extractor and how that can be used with the standard CodeQL CLI commands. |
9 replies
Answer selected by
Killpit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Killpit 👋🏻
Thanks for the question and wanting to add support for additional programming languages. While this is possible, we don't have any documentation or guides for how to do so. One of my colleagues has a repository with a minimal implementation needed to support a language at https://github.com/aibaars/codeql-kaleidoscope which may be a good starting point to look into to give you an idea of how you can create a custom extractor and how that can be used with the standard CodeQL CLI commands.