parsuna 0.1.0

Parsuna: recoverable, pull-based parsers with precise errors
Documentation
1
2
3
4
//! Re-exports the runtime [`Error`] type; all compiler-phase diagnostics
//! (parse, analysis, lowering) use the same shape as the runtime emits at
//! parse time.
pub use parsuna_rt::Error;