01
Preparing the ground for source code manipulation
2021-07-01
Taking a look at the issues faced when trying to modify your source code and how Sourceror can help to solve them.
5 POSTS LOADED
Taking a look at the issues faced when trying to modify your source code and how Sourceror can help to solve them.
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.
A deep dive into the implementation of lists in Elixir