Build a Language¶
This section groups the main subsystem guides for designing and wiring a language with Pegium.
If you want the guided end-to-end path, start with Pegium's Workflow. If you already know the common workflow and want focused reading on one subsystem at a time, use the pages below.
Topics¶
- Grammar essentials
- AST and CST
- References and scoping
- Validation
- Formatting
- LSP services
- Workspace lifecycle