Skip to content

Incan Contributor Book (Advanced, Rust-first)

This is a linear, Rust-first track for contributors working on the Incan compiler, tooling, and docsite.

This book is intentionally opinionated and may duplicate some material from the standalone contributing pages so it can be read end-to-end like a book.

Before you start (required)

Chapters

Read in order:

  1. 01. Architecture tour
  2. 02. Layering and boundaries
  3. 03. Proposals: issues vs RFCs
  4. 04. Your first change: add a builtin
  5. 05. Your first syntax change
  6. 06. Tooling loop: formatter + tests
  7. 07. Tooling loop: LSP
  8. 08. Docsite contributor loop