AstHelper is a module that aims to make working with Abstract Syntax Trees (ASTs) a more convenient process. If you're writing a tool that parses PowerShell artifacts, it is valuable to know how to analyze AST.
- Write better help
- Write tests
- Add more features
- Figure out which features need to be added