---
title: "Development"
---
This section contains information for developers interested in contributing to
Panache or learning about the inner workings of the project.
- If you are looking to contribute to Panache, check out the [Contributing
Guide](contributing.html).
- [Language Server](./lsp.qmd) covers the architecture and implementation of the
Panache Language Server.
- [Architecture audit: LSP / salsa /
rowan](./architecture/lsp-salsa-rowan-audit.qmd) compares panache's
incremental + language-server architecture against rust-analyzer and salsa,
and records the gaps worth adopting.
- [CommonMark conformance](./commonmark-conformance.qmd) describes the spec
conformance harness and how to grow it.