Series - Building a CodeQL Language from Scratch

· wordCount · 1 minute read

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:

  1. Building a CodeQL Extractor from Scratch
  2. Coming soon…

The first post is already available and covers the process of building a CodeQL extractor from scratch using Tree-Sitter and Rust.