SeeminglyScience / PSLambda

A runtime compiler for PowerShell ScriptBlock objects.
MIT License
61 stars 3 forks source link

Enable using $_ for catch exceptions #27

Closed SeeminglyScience closed 5 years ago

SeeminglyScience commented 5 years ago

Create a local variable in catch blocks that holds the caught exception.

Also a bunch of build and style related fixes.