exfmt v0.2.2 Exfmt.Ast.ToAlgebra

Converting extended Elixir AST to printable Algebra.

Link to this section Summary

Functions

Converts Elixir AST into algebra that can be pretty printed

Link to this section Functions

Link to this macro is_block(name) (macro)
Link to this function map_body_to_algebra(pairs, ctx)
Link to this function to_algebra(ast, context)

Converts Elixir AST into algebra that can be pretty printed.

For more information on the Algebra used see the Exfmt.Algebra module.