Vitte Logic
This section is the mechanical map of the Vitte language. It completes the narrative chapters by isolating the operations which structure the real execution of the code. Each page follows the same protocol. A short Vitte example explains the form. A paragraph of technical logic explains the compile-time and runtime rule. An execution trace shows the concrete path of the values. The goal is to eliminate areas of interpretation and make each mechanism auditable.
Recommended reading is to first go through conditions and loops, then matching, then expressions, then the types and contracts page. This path follows the flow of a Vitte program: decide, iterate, decompose, calculate, then lock the domain.