Logo
Elons Tusks
Blog
Tags
About
Projects
Blog
Tags
About
Projects

Analysis

  • Published on
    April 5, 2023

    Understanding Abstract Syntax Trees 🌳

    AST
    Parsing
    Refactoring
    CodeGeneration
    Debugging
    Analysis
    Abstract syntax trees (ASTs) are tree representations of the abstract syntactic structure of source code and are useful for parsing, refactoring,code generation, debugging, and analysis.