A reduce-time transformer for parse(text, { transformer }) and the
constructor transformer: option: rule-named methods that fold a rule's
children into any host value, or a __default__(name, children) fallback.
Runs during the parse (Lark's embedded transformer=), not as a post-parse
Transformer visitor. LALR only.
A reduce-time transformer for
parse(text, { transformer })and the constructortransformer:option: rule-named methods that fold a rule's children into any host value, or a__default__(name, children)fallback. Runs during the parse (Lark's embeddedtransformer=), not as a post-parseTransformervisitor. LALR only.