Yonatan Mevorach on Abstract Syntax Trees
Ilya Gelman
Last updated on Oct 26, 2017

Abstract Syntax Trees or ASTs are the underlying structure of any programming language. Understanding them is useful for many things like enforcing code style and conventions, transpiling code, refactor large codebases easily and more.

Back to all articles

© 500Tech. Building high-quality software since 2012.