parsuna 0.1.0

Parsuna: recoverable, pull-based parsers with precise errors
Documentation
1
2
3
//! Re-exports [`Pos`] and [`Span`] from the runtime so the host crate and
//! generated code speak the same span types.
pub use parsuna_rt::{Pos, Span};