perl-pragma 0.15.2

Perl pragma extraction and analysis primitives
Documentation
1
2
3
4
5
6
7
8
9
//! Range builder for pragma state snapshots.
//!
//! This module owns AST traversal and delegates pragma directive semantics to
//! `directives`, keeping the public tracker facade focused on querying.

mod directives;
mod walk;

pub(crate) use walk::build_ranges;