Elixir AST
About
Convert Elixir Code to AST
Elixir Input
To AST
defmodule Greetings do def say_hello(name \\ "World") do "Hello, #{String.capitalize(name)}!" end end
Abstract Syntax Tree