Expand description
CST/AST construction and node arena management.
This crate provides:
NodeArenafor efficient CST node storageCstNodeandCstKindfor representing concrete syntax treesNodeChildrenfor managing node relationshipsRawNodeIdandNodeIdimplementationsLowerCtxandAstNodetrait for AST lowering
Re-exports§
pub use crate::arena::NodeArena;pub use crate::children::NodeChildren;pub use crate::id::RawNodeId;pub use crate::lowering::AstNode;pub use crate::lowering::LowerCtx;pub use crate::node::CstKind;pub use crate::node::CstNode;