//! Parser tests organized by language.
//!
//! Each language has its own test module to keep tests organized and maintainable.
mod common;
mod test_c;
mod test_cpp;
mod test_csharp;
mod test_css;
mod test_elixir;
mod test_go;
mod test_haskell;
mod test_java;
mod test_javascript;
mod test_julia;
mod test_kotlin;
mod test_lua;
mod test_ocaml;
mod test_php;
mod test_python;
mod test_qml;
mod test_ruby;
mod test_rust;
mod test_scala;
mod test_sql;
mod test_svelte;
mod test_swift;
mod test_typescript;
mod test_vue;
mod test_zig;
mod test_recursion_guard;