Kevin B. Ridgway's Blog

Software Engineer, Creator, and Curious Mind

javascript

Abstract Syntax Trees in JavaScript

An Abstract Syntax Tree (AST), is a powerful concept in computer science. It is something that allows you to do some interesting things, especially in JavaScript, that you may not have thought possible. If you didn't come from a computer science background, then I hope to show you how you...

Posted 2015-06-08 | Tags: javascript, ast | 648 words