Skip to content

PipeScript 0.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 06:36
· 284 commits to main since this release
724d391

PipeScript 0.2.7:

PipeScript can now easily define any language and you can now interpret Anything with PipeScript!

  • Complete Overhaul of Languages in PipeScript!
    • Languages are now defined in open-ended psuedo-object
    • They can define an .Interpreter
    • If they do, the language can be dynamically interpreted!
    • Languages can also specify translation methods (.TranslateFromAstType)
    • More support for the PowerShell Abstract Syntax Tree and Roslyn
    • New languages supported: Docker, XSL, XSD, BrightScript, Conf, Wren, Vue, F#, GCODE
  • New Commands:
    • Start-PSNode lets you run PowerShell as a microservice
    • Import/Export-JSON make JSON easier to work with
    • Import-ModuleMember lets modules flexibly self-extend
    • Out-HTML gives formatted HTML output!

... and much, much more


Additional history in CHANGELOG