1 2 3 4 5 6
//! Public raw Workshop parsing operation over the canonical [`crate::Program`]. pub use crate::frontend::parser::*; #[cfg(test)] pub(crate) use crate::frontend::parser::parse_wir;