Zachary Loeber

I eat complexity and am never without a meal.

PowerShell: ASTExplorer

2015-07-27 2 min read Microsoft Powershell Zachary Loeber

So I’ve been working with PowerShell and abstract syntax trees as of late. Here is a tool I wish I had at my disposal when i started with all this. It takes your script, loads all the AST elements into a treeview, lists properties as each AST element is selected in the treeview, and highlights the portion of the script the element represents.

Continue reading