All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:17, 3 December 2023 Elixirfan talk contribs created page AST Manipulation in Elixir (Created page with "== AST Manipulation in Elixir == AST (Abstract Syntax Tree) manipulation is a powerful technique in Elixir that allows developers to dynamically analyze and transform Elixir code. It provides a way to work with the internal representation of the code and enables a wide range of metaprogramming possibilities. === Introduction === The Elixir compiler parses source code into an AST, which is a tree-like data structure representing the syntax and structure of the code. AS...")