aufbau 0.3.1

Generalized prefix parsing for a class of context-dependent languages
1
2
3
4
5
6
7
8
//! Validation modules — empirical checks for parser correctness.
//!
//! `parseable` checks prefix acceptance over curated suites, exercising
//! `thm:completability-soundness` and `thm:prefix-monotonicity`.
//! `properties` houses proptest-based property tests.

pub mod parseable;
pub mod properties;