1. Introduction
  2. AST and Queries
    1. Core Query
    2. Seq macro
    3. Choice macro
  3. The AST tree
    1. Interacting with the tree
    2. Lexer
  4. Workspace and Documents
    1. Configuring Parsers
    2. Creating a workspace
    3. Configuring Document Links
    4. Configuring Semantic Tokens
  5. LSP server
    1. Configuring a server
    2. Configuring a client
  6. Tests
    1. Logging
    2. Reports
  7. Targets