Open gregzakh opened 4 years ago
It feels like the difference between inline asm in VC++ (x86) and gcc.
The VC++ syntax is very similar to what you'd write in a .asm
file whereas the gcc syntax is less so, but maybe a bit more powerful.
At any rate, my sample code was never meant to be useful, it was more of a joke because who would ever want to write inline IL in PowerShell. I did go slightly overboard once I realized that it was almost elegant though, e.g. you can get Intellisense which I discovered by accident when the ISE would suggest completions after typing .
that is in some instructions.
Of course, it's better to use AST instead PSParser but it's just a concept. What is your opinion?