//! Analyzing the syntax of a source file.
//!//! This module must hide all **AST details** from the rest of the codebase.
pubmodimport;pubuseimport::*;pubmodcomment;pubusecomment::*;pubmodmatcher;pubusematcher::*;pubmoddef;pubusedef::*;pub(crate)modrepr;userepr::*;