Module syntax

Source
Expand description

Analyzing the syntax of a source file.

This module must hide all AST details from the rest of the codebase.

Re-exports§

pub use import::*;
pub use comment::*;
pub use matcher::*;

Modules§

comment
Convenient utilities to match comment in code.
import
Import resolution utilities.
matcher
Convenient utilities to match syntax structures of code.