pedant-core 0.20.2

Analysis engine for pedant: IR extraction, style checks, and capability detection
Documentation
1
2
3
4
5
6
7
//! Fact storage and emit helpers for AST extraction.

mod entry;
mod state;

pub use entry::extract;
pub(super) use state::IrExtractor;