Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Part 4: Compilation Model

4.1 Overview

The udewy compiler is a single-pass compiler with:

  1. Import preprocessing (recursive file inclusion)
  2. Tokenization
  3. Parsing with direct code emission
  4. Backend-specific assembly/output generation