SeeminglyScience / ILAssembler

ILAsm-like DSL for PowerShell
MIT License
16 stars 1 forks source link

Allow anonymous method signatures #18

Closed SeeminglyScience closed 4 years ago

SeeminglyScience commented 4 years ago

In some method signatures like method declaration, calli, etc most of the InvokeMemberExpression isn't actually used so they end up being filled with jibberish. This enables a syntax to cut that out of the signature and keep it readable.

Resolves #16