exfmt v0.2.0 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 function
map_body_to_algebra(pairs, ctx)
Link to this function
sigil_to_algebra(char, list, ctx)
Link to this function
to_algebra(ast, context)
to_algebra(Macro.t, Exfmt.Context.t) :: Exfmt.Algebra.t
Converts Elixir AST into algebra that can be pretty printed.
For more information on the Algebra used see the Exfmt.Algebra module.