# Martes 2023/03/07
# Summary
Compiler runtime support, The art of language design, Scope Analysis, Transforming the AST
# ast-types
En esta clase hablamos de:
- Runtime support and Dependency Analysis
- ast-types
- Visiting the AST with AST Types
- AST builders
- AST path objects
- parentpath vs parent
- replace, prune, shift, insertBefore, insertAfter, insertAt
- Scope Analysis
# Related labs
Prácticas en curso: