workshop-rs 0.3.7

Canonical multi-locale Overwatch Workshop semantic core: catalog, parser, WIR, validation, emitter.
Documentation
1
2
3
4
5
6
7
//! Shared raw Workshop text frontend.
//!
//! Parsing is an orchestration boundary across Workshop domains. The semantic
//! identities it produces live in [`crate::wir`] and the domain modules.

pub(crate) mod lexer;
pub(crate) mod parser;