01
A deep dive into the Elixir AST: Introduction
Exploring in detail the Elixir AST, and then using it to build a macro and a static code checker.
Exploring in detail the Elixir AST, and then using it to build a macro and a static code checker.
Analyzing the AST to build a static code analyzer.
Analyzing the AST to build a typed struct macro.