My Talks
Exploring Abstract Syntax Trees by writing a linter with Python's ast module
One of the most crucial aspects of compiling any programming language is the formation of the Abstract Syntax Tree. With this talk, we're going to dive into understanding that properly with a theor...