Part 4: Compilation Model
4.1 Overview
The udewy compiler is a single-pass compiler with:
- Import preprocessing (recursive file inclusion)
- Tokenization
- Parsing with direct code emission
- Backend-specific assembly/output generation
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
The udewy compiler is a single-pass compiler with: