Learned about these while working on Dunes - Lunes YC F24

An abstract syntax tree (AST) is a tree-like data structure that represents the abstract syntactic structure of source code. Instead of capturing every detail of the original text an AST focuses on the essential elements of the code.