modcollection;modparsing;// Re-export core file loading functions (generic, no language dependencies)
pubusecollection::collect_file_paths;pubuseparsing::{get_extension, load_file, validate_extension};// Re-export language-agnostic parsing that dispatches to correct language parser
pubusecrate::syntax::parser::{load_and_parse, parse_content, parse_with_result};#[cfg(test)]modtests;