pub type Analysis = Arc<Compiler>;
A Solar compiler instance, to grant syntactic and semantic analysis capabilities.
pub struct Analysis { /* private fields */ }