- Notifications
You must be signed in to change notification settings - Fork1.9k
-
How can I add Rust or Flutter/Dart support if I want to add them |
BetaWas this translation helpful?Give feedback.
All reactions
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 athttps://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.
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 athttps://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. |
BetaWas this translation helpful?Give feedback.
All reactions
-
What about Flutter/Dart and how can I involve with the Rust support@intrigus-lgtm |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
One thing I'd like to here, how can we add language support project such as |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi@mbg, any chances you could getit running... I tried following the instructions but ended up with errors while running |
BetaWas this translation helpful?Give feedback.
All reactions
-
@icepacket you should probably open an issue on that repo, if you have a problem getting it to work. You'll also have to include more details about what errors you run into if you want someone to be able to help. That said, that repo is just an unofficial example of the sort of thing you may have to do and isn't an official piece of documentation or something we otherwise support. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
@mbg I created a issue but haven't heard back yet. And, I am clueless about getting started with this. Do you have any suggestions which might help in adding support for a new programming language support? The final option for me is to read hundreds of files from existing supported languages. |
BetaWas this translation helpful?Give feedback.