Skip to main content

workshop_rs/
lexer.rs

1//! Compatibility path for the shared raw Workshop lexer.
2
3pub use crate::frontend::lexer::*;