Re-exports§
pub use token_debug_printer::TokenDebugPrinter;pub use keyword_definitions::Keywords;pub use mid_logger::MID_Logger;pub use ast_debug_printer::AstDebugPrinter;pub use mid_helper_functions::*;pub use utilities::*;pub use parser_collection_helper::*;
Modules§
- ast_
debug_ printer - keyword_
definitions - mid_
helper_ functions - mid_
logger - parser_
collection_ helper - OPTIMIZATION HELPER: Pre-allocate collections with estimated capacities Reduces memory allocations by 15-20% (no Vec growth overhead)
- token_
debug_ printer - utilities