oak-smalltalk 0.0.7

High-performance incremental Smalltalk parser for the oak ecosystem with flexible configuration.
1
2
3
4
5
6
use crate::parser::element_type::SmalltalkElementType;

/// Smalltalk root node.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
/// Root node of a Smalltalk AST.
pub struct SmalltalkRoot;