Is there a complete Elixir AST reference?

The parser to handle alias Foo.{Bar, Baz} is:

build_dot_alias handles actually creating the AST structure.

The code to handle that AST is:

2 Likes