Skip to main content

Module transforms

Module transforms 

Source
Expand description

Transform integration for lex-babel formats

This module provides transform-style interfaces for format conversions. While lex-parser provides the core transform infrastructure, lex-babel adds serialization transforms that operate on AST nodes.

Functionsยง

format_lex_source
Round-trip transformation: parse and re-serialize
serialize_to_lex
Serialize a Document to Lex format with default formatting rules
serialize_to_lex_with_rules
Serialize a Document to Lex format with custom formatting rules