aufbau 0.3.1

Generalized prefix parsing for a class of context-dependent languages
1
2
3
4
5
6
7
8
9
10
pub mod binding;
pub mod debug;
pub mod error;
pub mod grammar;
pub mod parse;
pub mod path;
pub mod structure;
pub mod synth;

pub use grammar::{Segment, Tokenizer};