This series of post will guide you through the process of building a CodeQL language support from scratch. We will be covering a lot of topic and this is not a beginner series, you should have some experience with CodeQL and writing queries.
Here are the posts in this series:
- Building a CodeQL Extractor from Scratch
- Coming soon…
The first post is already available and covers the process of building a CodeQL extractor from scratch using Tree-Sitter and Rust.