When the Elixir parser sees quote do: content, it produces a 3-tuple of the form
{:quote, metadata, [[do: content]]}.
Marick takes a deep breath.
:quote is a special form that takes the abstract syntax tree content (which
represents Elixir code) and turns it into