A Look into Abstract Syntax Tree ( ASTs )
Abstract Syntax Tree is representation for code of for any language in form tree with syntax tokens as their nodes. It has made a great impact on people using javascript for there day-to-day work, ranging from improving developer experience and productivity for an individual to increasing performance and reach of products for companies. This article will give a small insight into what and how of ASTs and how to leverage it to create next big tool in the programming world!