sim-codec-algol 0.1.4

SIM workspace package for sim codec algol.
Documentation
1
2
3
4
5
6
//! Pratt parser root, re-exporting the Algol token source and compatibility
//! `PrattParser` wrapper over the shared Pratt codec parser.

mod core;

pub use core::{AlgolTokenSource, PrattParser};