vxml_pipeline/generate_local_desugarers_dot_gleam

Generates the conventional src/local_desugarers.gleam registry for a consumer project’s desugarers.

Local desugarers are discovered in src/desugarers. The generated module exposes each constructor and combines every module’s assertive tests.

Values

pub fn main() -> Nil

Runs the generator as a command-line program.

pub fn perform() -> Result(Nil, String)

Generates the local desugarer registry without closing its output block.

pub fn run() -> Result(Nil, String)

Generates the registry and terminates its output block with a blank line.

Search Document