meta-language 0.46.0

A self-describing links-network core for lossless language representation
1
2
3
4
5
6
7
8
9
10
11
12
//! Grammar inference support.

pub mod active;
pub mod advisor;
pub mod cfg;
pub mod eval;
pub mod lexical;
pub mod minimize;
pub mod prior;
pub mod semantic;
pub mod sequitur;
pub mod state_merging;