oak-smalltalk 0.0.9

High-performance incremental Smalltalk parser for the oak ecosystem with flexible configuration.
1
2
3
4
5
6
7
8
9
/// Smalltalk builder.
pub struct SmalltalkBuilder;

impl SmalltalkBuilder {
    /// Create a new Smalltalk builder.
    pub fn new() -> Self {
        Self
    }
}