pub fn distill(content: &str) -> DistillerOutputExpand description
Heuristic distiller. Pure-Rust, regex-free, deterministic.
- Entities: sequences of capitalized whitespace-separated tokens (length ≥ 3) anchored on a leading capital letter.
- Constants:
UPPER_SNAKE_CASEtoken followed by=or:and a non-whitespace value. - Schemas: fenced
```blocks (any language) and lines beginning withCREATE TABLE/interface/type/struct.