FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DarkGreising/PowerShellASTDemo: PowerShell - Showing Tokenization and the Abstract Syntax Tree · GitHub

 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Productive PowerShell

Writing PowerShell scripts are powerful and productive, but building tools for PowerShell to extract and manipulate the script itself can make you more productive.

In this talk I take a tour of the Windows PowerShell parser and AST (abstract syntax tree) showing how it can be used to make your job easier and ways to create tools to make you more productive.

Demos

  • PowerShell built-in Tokenizer
  • Expand-Alias works in PowerShell ISE (Integrated Scripting Environment)
  • {}.Ast get the PowerShell syntax tree
  • Select-ViaAst simlilar to Select-String but more powerful
  • PSharp a productivity tool that makes PowerShell ISE better

The Video

Recorded Video.

About

PowerShell - Showing Tokenization and the Abstract Syntax Tree

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL