Skip to main content

Module Utilities

Module Utilities 

Source

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