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