//! Abstract Syntax Tree types for TypeSpec.
//!//! This module defines the AST node types, syntax tokens, visitor patterns,
//! and all declaration/expression/statement structures produced by the parser.
pubmodnode;pubmodtoken;pubmodtypes;pubmodvisitor;pubusenode::*;pubusetoken::*;pubusetypes::*;pubusevisitor::*;