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:18, 3 December 2023 Elixirfan talk contribs created page Elixir AST Explained (Created page with "== Elixir AST Explained == thumb|right|Elixir Logo The Abstract Syntax Tree (AST) is an essential concept in Elixir programming language. It represents the structure of Elixir code and is mainly used by the Elixir compiler and other tools to analyze, transform, and generate Elixir code. === What is an AST? === An Abstract Syntax Tree (AST) is a hierarchical representation of the syntactic structure of a program. In Elixir, the AST consists of...")