Skip to main content

oxilean_parse/pattern/
patterncompiler_type.rs

1//! Auto-generated module
2//!
3//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)
4
5/// Pattern matching compiler.
6pub struct PatternCompiler {
7    /// Counter for generating fresh variables
8    pub(super) next_var: u32,
9}