// Unit tests module
mod lexer_tests;
mod parser_tests;
mod threading_tests;
mod codegen_tests;
mod optimization_tests;
mod simd_tests;
mod error_handling_tests;
mod stdlib_tests;
mod type_checker_tests;
mod interpreter_tests;
mod performance_tests;
mod oop_tests;
mod module_tests;
mod edge_case_tests;