//! This is a crate that provides parser
//! for the MarkerML language.
//!
//! For the full grammar overview,
//! refer to the [`markerml`](https://crates.io/crates/markerml) crate.
/// Parser error
pub use ParserError;
/// Source code span. Used for error reporting
pub use Span;
/// Parses given code into AST