PipeScript
0.2.8
Metaprogram PowerShell (and everything else)
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
2022-2023 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
PipeScript PowerShell Transpilation Compiler
Functions
Get-Transpiler Start-PSNode PipeScript.Optimizer.ConsolidateAspects Route.Uptime Route.VersionInfo Export-Pipescript Get-PipeScript Import-PipeScript Invoke-PipeScript Join-PipeScript New-PipeScript Search-PipeScript Update-PipeScript Use-PipeScript Import-ModuleMember Export-Json Import-Json ConvertFrom-CliXml ConvertTo-CliXml Get-Interpreter Invoke-Interpreter Out-Parser Parse.CSharp Parse.PowerShell Protocol.HTTP Protocol.JSONSchema Protocol.OpenAPI Protocol.UDP Aspect.DynamicParameter Aspect.ModuleExtensionType Aspect.ModuleExtensionPattern Aspect.ModuleExtensionCommand Aspect.GroupObjectByTypeName Aspect.GroupObjectByType Signal.Nothing Signal.Out PipeScript.PostProcess.InitializeAutomaticVariables PipeScript.PostProcess.PartialFunction Out-HTML PipeScript.Automatic.Variable.IsPipedTo PipeScript.Automatic.Variable.IsPipedFrom PipeScript.Automatic.Variable.MyCallstack PipeScript.Automatic.Variable.MySelf PipeScript.Automatic.Variable.MyParameters PipeScript.Automatic.Variable.MyCaller PipeScript.Automatic.Variable.MyCommandAst Compile.LanguageDefinition Language.JavaScript Template.Assignment.js Template.Class.js Template.DoLoop.js Template.ForEachLoop.js Template.ForLoop.js Template.Function.js Template.HelloWorld.js Template.InvokeMethod.js Template.RegexLiteral.js Template.TryCatch.js Template.WhileLoop.js Language.Rust Language.Lua Language.FSharp Language.GCode Language.XSD Language.Ruby Template.HelloWorld.rb Language.Haxe Language.Scala Language.Racket Language.SQL Language.Arduino Language.PipeScript Language.Java Language.Kotlin Language.Bicep Language.Markdown Language.Go Template.HelloWorld.go Language.C3 Language.XSL Language.GLSL Language.JSON Language.Batch Language.TypeScript Template.HelloWorld.ts Language.BASIC Language.XML Language.CSS Language.Vue Language.YAML Language.TCL Language.SVG Language.Docker Language.CSharp Template.Class.cs Template.HelloWorld.cs Template.Method.cs Template.Namespace.cs Template.Property.cs Template.TryCatch.cs Language.PowerShell Language.PowerShellData Language.PowerShellXML Language.Conf Language.Bash Language.HCL Language.Razor Language.OpenSCAD Language.RSS Language.ADA Language.XAML Language.R Language.Dart Language.Crystal Template.HelloWorld.cr Language.Perl Language.BrightScript Language.Wren Template.HelloWorld.wren Language.CPlusPlus Template.HelloWorld.cpp Template.Include.cpp Language.Liquid Language.Eiffel Language.Python Template.Assignment.py Template.DoLoop.py Template.HelloWorld.py Template.Import.py Template.UntilLoop.py Template.WhileLoop.py Language.WebAssembly Language.HLSL Language.PHP Language.Kusto Language.C Template.Include.c Language.TOML Language.HTML Language.LaTeX Language.ATOM Language.ObjectiveC
Dependencies
This module has no dependencies.
Release Notes
## PipeScript 0.2.8:
More Implicit Interpretation!
* Invoke-Interpreter will now JSONify non-string arguments (#896)
* Invoke-Interpreter will now call Out-Parser (#857, #858)
* Improved Interpreter exclusions
* `.ExcludePath` excludes path wildcards (#875, #877)
* `.ExcludePattern` excludes by pattern (#875, #876)
* Implicit Interpretation Demo (#886)
* Get-Interpreter (#747)
* New Languages Supported:
* Crystal (#878)
* C3 (#870)
* Export-PipeScript Improvements:
* Conditional Build Support (#907)
* GitHub Build Summary Support (#914)
* More Language Support:
* More Hello Worlds (#846)
* Template.HelloWorld.go
* Template.HelloWorld.py
* Template.HelloWorld.cpp
* Template.HelloWorld.cr
* Python Improvements:
* Python Keywords map (#872)
* Template.Assignment.py (#927)
* Template.DoLoop.py (#929)
* Template.Import.py (#913)
* Template.UntilLoop.py (#939)
* Template.WhileLoop.py (#936)
* New ScriptProperties
* Language.HasPowerShellInterpreter (#904)
* Language.HasInterpreter (#903)
* Language.Alias(es) (#)
* Adding .Parallel option to GitHub action (defaulting to Serial) (#888)
* Fixing Alias for Aliases Compiler (thanks @HCRitter ! )
---
Additional history in [CHANGELOG](https://github.com/StartAutomating/PipeScript/blob/main/CHANGELOG.md)
Like it? Star It! Love it? Support It!
FileList
- PipeScript.nuspec
- README.md
- docs\Export-Json.md
- Languages\SVG\SVG-Language.ps1
- Tests\Examples\Template.Assignment.py.examples.tests.ps1
- PipeScript.psm1
- docs\Language.Perl.md
- Languages\SVG\SVG-Language.ps.ps1
- Tests\Examples\Language.ADA.examples.tests.ps1
- PipeScript.ps.dockerfile
- docs\Language.C.md
- Languages\Docker\Docker-Language.ps.ps1
- Tests\Examples\Route.VersionInfo.examples.tests.ps1
- CHANGELOG.md
- docs\PipeScript.Automatic.Variable.MySelf.md
- Languages\Docker\Docker-Language.ps1
- Tests\Examples\Template.Import.py.examples.tests.ps1
- Http.Server.Start.ps1
- docs\2022-06-29.md
- Languages\CSharp\CSharp-Template-TryCatch.ps1
- Tests\Examples\Export-Json.examples.tests.ps1
- PipeScript.types.ps1xml
- docs\Rest.md
- Languages\CSharp\CSharp-Template-TryCatch.ps.ps1
- Tests\Examples\Language.Python.examples.tests.ps1
- README.ps1.md
- docs\Template.TryCatch.cs.md
- Languages\CSharp\CSharp-Template-Property.ps.ps1
- Tests\Examples\PipeScript.Optimizer.ConsolidateAspects.examples.tests.ps1
- Dockerfile
- docs\2023-03-31.md
- Languages\CSharp\CSharp-Template-Property.ps1
- Tests\Examples\Template.RegexLiteral.js.examples.tests.ps1
- PipeScript.ps1.psm1
- docs\Language.Dart.md
- Languages\CSharp\CSharp-Template-Namespace.ps1
- Tests\Examples\New-PipeScript.examples.tests.ps1
- PipeScript.format.ps1xml
- docs\Language.LaTeX.md
- Languages\CSharp\CSharp-Template-Method.ps1
- Tests\Examples\Language.Rust.examples.tests.ps1
- Build\PipeScript.PSSVG.ps1
- Languages\CSharp\CSharp-Template-Method.ps.ps1
- Tests\Examples\Language.Perl.examples.tests.ps1
- PipeScript.psd1
- Build\PipeScript.HelpOut.ps1
- Languages\CSharp\CSharp-Language.ps.ps1
- Tests\Examples\Template.Function.js.examples.tests.ps1
- PipeScript.ps.psd1
- Build\PipeScript.ExamplesShouldWork.build.ps1
- Languages\CSharp\CSharp-Template-Class.ps.ps1
- Tests\Examples\Search-ScriptBlock.examples.tests.ps1
- LICENSE
- Build\PipeScript.Piecemeal.ps1
- Languages\CSharp\CSharp-Language.ps1
- Tests\Examples\Language.TOML.examples.tests.ps1
- action.yml
- Build\PipeScript.GitHubWorkflow.PSDevOps.ps1
- Languages\CSharp\CSharp-Template-Namespace.ps.ps1
- Tests\Examples\Template.WhileLoop.py.examples.tests.ps1
- Assets\PipeScript-4-chevron-animated.svg
- Build\PipeScript.ezout.ps1
- Languages\CSharp\CSharp-Template-HelloWorld.ps.ps1
- Tests\Examples\Update-PipeScript.examples.tests.ps1
- Assets\PipeScript-animated.svg
- Build\PipeScript.GitHubAction.PSDevOps.ps1
- Languages\CSharp\CSharp-Template-HelloWorld.ps1
- Tests\Examples\Export-Pipescript.examples.tests.ps1
- Assets\PipeScript-ouroboros.svg
- en-us\ListOfTranspilers.help.txt
- Languages\CSharp\CSharp-Template-Class.ps1
- Tests\Examples\Template.TryCatch.cs.examples.tests.ps1
- Assets\PipeScript.svg
- en-us\ListOfTranspilers.help.ps.txt
- Languages\PowerShell\PowerShell-Language.ps1
- Tests\Examples\Language.CSS.examples.tests.ps1
- Assets\PipeScript-ouroboros-animated.svg
- en-us\SupportedLanguages.help.txt
- Languages\PowerShell\PowerShellData-Language.ps.ps1
- Tests\Examples\Search-PipeScript.examples.tests.ps1
- Assets\PipeScript-4-chevron.svg
- en-us\PipeScriptSyntax.help.ps.txt
- Languages\PowerShell\PowerShellData-Language.ps1
- Tests\Examples\Rust-Language.examples.tests.ps1
- Commands\Start-PSNode.ps1
- en-us\PipeScriptSyntax.help.txt
- Languages\PowerShell\PowerShellXML-Language.ps1
- Tests\Examples\Aspect.GroupObjectByType.examples.tests.ps1
- Commands\Start-PSNode.ps.ps1
- en-us\SupportedLanguages.help.ps.txt
- Languages\PowerShell\PowerShell-Language.ps.ps1
- Tests\Examples\Language.HTML.examples.tests.ps1
- Commands\Get-Transpiler.ps1
- Transpilers\README.md
- Languages\PowerShell\PowerShellXML-Language.ps.ps1
- Tests\Examples\Language.SVG.examples.tests.ps1
- docs\2023-06-29.md
- Transpilers\OutputFile.psx.ps1
- Languages\Conf\Conf-Language.ps.ps1
- Tests\Examples\Aspect.ModuleExtensionCommand.examples.tests.ps1
- docs\PipeScript.AttributedExpression.md
- Transpilers\Define.psx.ps1
- Languages\Conf\Conf-Language.ps1
- Tests\Examples\Signal.Nothing.examples.tests.ps1
- docs\README.md
- Transpilers\Rest.psx.ps1
- Languages\Bash\Bash-Language.ps1
- Tests\Examples\Get-Interpreters.examples.tests.ps1
- docs\PipeScript.Automatic.Variable.MyCommandAst.md
- Transpilers\Explicit.psx.ps1
- Languages\Bash\Bash-Language.ps.ps1
- Tests\Examples\Get-PipeScript.examples.tests.ps1
- docs\Protocol.OpenAPI.md
- Transpilers\ProxyCommand.psx.ps1
- Languages\HCL\HCL-Language.ps1
- Tests\Examples\Invoke-PipeScript.examples.tests.ps1
- docs\Protocol.UDP.md
- Transpilers\Decorate.psx.ps1
- Languages\HCL\HCL-Language.ps.ps1
- Tests\Examples\Language.Bash.examples.tests.ps1
- docs\Http.Protocol.md
- Transpilers\Include.psx.ps1
- Languages\Razor\Razor-Language.ps.ps1
- Tests\Examples\Template.InvokeMethod.js.examples.tests.ps1
- docs\2022-10-09.md
- Transpilers\README.ps1.md
- Languages\Razor\Razor-Language.ps1
- Tests\Examples\PipeScript.Automatic.Variable.MyCaller.examples.tests.ps1
- docs\Get-PipeScript.md
- Transpilers\Help.psx.ps1
- Languages\OpenSCAD\OpenSCAD-Language.ps1
- Tests\Examples\Language.JSON.examples.tests.ps1
- docs\Language.BrightScript.md
- Transpilers\RenameVariable.psx.ps1
- Languages\OpenSCAD\OpenSCAD-Language.ps.ps1
- Tests\Examples\Parse-PowerShell.examples.tests.ps1
- docs\Language.WebAssembly.md
- Transpilers\Inherit.psx.ps1
- Languages\RSS\RSS-Language.ps1
- Tests\Examples\Language.YAML.examples.tests.ps1
- docs\Template.InvokeMethod.js.md
- Tests\PipeScript.tests.ps1
- Languages\RSS\RSS-Language.ps.ps1
- Tests\Examples\Import-ModuleMember.examples.tests.ps1
- docs\When.md
- Tests\ConditionalKeyword.tests.ps1
- Languages\ADA\ADA-Language.ps.ps1
- Tests\Examples\ConvertFrom-CliXml.examples.tests.ps1
- docs\Get-Interpreter.md
- Tests\All.tests.ps1
- Languages\ADA\ADA-Language.ps1
- Tests\Examples\PipeScript.Automatic.Variable.IsPipedTo.examples.tests.ps1
- docs\Invoke-PipeScript.md
- Tests\New-Pipescript.tests.ps1
- Languages\XAML\XAML-Language.ps1
- Tests\Examples\Language.Markdown.examples.tests.ps1
- docs\Template.Assignment.js.md
- Tests\Assert.tests.ps1
- Languages\XAML\XAML-Language.ps.ps1
- Tests\Examples\Template.Class.js.examples.tests.ps1
- docs\Pipescript.md
- Tests\Await.tests.ps1
- Languages\R\R-Language.ps1
- Tests\Examples\Route.Uptime.examples.tests.ps1
- docs\ValidateTypes.md
- Tests\New.tests.ps1
- Languages\R\R-Language.ps.ps1
- Tests\Examples\Language.SQL.examples.tests.ps1
- docs\Signal.Nothing.md
- Tests\Until.tests.ps1
- Languages\Dart\Dart-Language.ps.ps1
- Tests\Examples\Parse.CSharp.examples.tests.ps1
- docs\PipeScript.Aspect.md
- Tests\Update-PipeScript.tests.ps1
- Languages\Dart\Dart-Language.ps1
- Tests\Examples\Template.TryCatch.js.examples.tests.ps1
- docs\2022.md
- Tests\ValidateScriptBlock.tests.ps1
- Languages\Crystal\Crystal-Language.ps1
- Tests\Examples\Language.Wren.examples.tests.ps1
- docs\Inherit.md
- Tests\Http.Protocol.tests.ps1
- Languages\Crystal\Crystal-Language.ps.ps1
- Tests\Examples\Language.TCL.examples.tests.ps1
- docs\Template.HelloWorld.cs.md
- Tests\Search-PipeScript.tests.ps1
- Languages\Crystal\Crystal-Template-HelloWorld.ps1
- Tests\Examples\Out-HTML.examples.tests.ps1
- docs\Out-HTML.md
- Tests\Templates.tests.ps1
- Languages\Crystal\Crystal-Template-HelloWorld.ps.ps1
- Tests\Examples\Language-Rust.examples.tests.ps1
- docs\PipeScript.Automatic.Variable.MyParameters.md
- Demos\101-PipeScript-Basics.demo.ps1
- Languages\Perl\Perl-Language.ps.ps1
- Tests\Examples\Aspect.ModuleExtensionType.examples.tests.ps1
- docs\Language.PipeScript.md
- Demos\102-PipeScript-Implicit-Interpretation.demo.ps1
- Languages\Perl\Perl-Language.ps1
- Tests\Examples\Protocol.OpenAPI.examples.tests.ps1
- docs\Template.HelloWorld.cpp.md
- Commands\Optimization\Optimizer-ConsolidateAspects.ps.ps1
- Languages\BrightScript\BrightScript-Language.ps1
- Tests\Examples\Out-Nothing.examples.tests.ps1
- docs\UDP.Protocol.md
- Commands\Optimization\Optimizer-ConsolidateAspects.ps1
- Languages\BrightScript\BrightScript-Language.ps.ps1
- Tests\Examples\Use-PipeScript.examples.tests.ps1
- docs\Aspect.GroupObjectByTypeName.md
- Commands\Routes\Route-VersionInfo.ps.ps1
- Languages\Wren\Wren-Language.ps1
- Tests\Examples\Template.DoLoop.py.examples.tests.ps1
- docs\Language.HTML.md
- Commands\Routes\Route-Uptime.ps.ps1
- Languages\Wren\Wren-Language.ps.ps1
- Tests\Examples\Signal.Out.examples.tests.ps1
- docs\PipeScript.PostProcess.InitializeAutomaticVariables.md
- Commands\Routes\Route-Uptime.ps1
- Languages\Wren\Wren-Template-HelloWorld.ps.ps1
- Tests\Examples\PipeScript.Automatic.Variable.MyCommandAst.examples.tests.ps1
- docs\Language.ADA.md
- Commands\Routes\Route-VersionInfo.ps1
- Languages\Wren\Wren-Template-HelloWorld.ps1
- Tests\Examples\PipeScript.PostProcess.PartialFunction.examples.tests.ps1
- docs\Aspect.GroupObjectByType.md
- Commands\PipeScript\Get-PipeScript.ps.ps1
- Languages\CPlusPlus\CPlusPlus-Language.ps.ps1
- Tests\Examples\Aspect.DynamicParameter.examples.tests.ps1
- docs\Language.XAML.md
- Commands\PipeScript\Export-PipeScript.ps1
- Languages\CPlusPlus\CPlusPlus-Language.ps1
- Tests\Examples\Join-PipeScript.examples.tests.ps1
- docs\ModuleCommandTypes.md
- Commands\PipeScript\Invoke-PipeScript.ps1
- Languages\Liquid\Liquid-Language.ps.ps1
- Tests\Examples\Template.Method.js.examples.tests.ps1
- docs\Dot.md
- Commands\PipeScript\New-PipeScript.ps1
- Languages\Liquid\Liquid-Language.ps1
- Tests\Examples\Update-ScriptBlock.examples.tests.ps1
- docs\Aspect.ModuleExtensionPattern.md
- Commands\PipeScript\Search-PipeScript.ps1.ps1
- Languages\Eiffel\Eiffel-Language.ps.ps1
- Tests\Examples\Language.PowerShellXML.examples.tests.ps1
- docs\Signal.Out.md
- Commands\PipeScript\New-PipeScript.ps1.ps1
- Languages\Eiffel\Eiffel-Language.ps1
- Tests\Examples\PipeScript.PostProcess.InitializeAutomaticVariables.examples.tests.ps1
- docs\Get-Transpiler.md
- Commands\PipeScript\Import-PipeScript.ps1
- Languages\Python\Python-Language.ps1
- Tests\Examples\Parse-CSharp.examples.tests.ps1
- docs\Route.VersionInfo.md
- Commands\PipeScript\Update-PipeScript.ps1
- Languages\Python\Python-Language.ps.ps1
- Tests\Examples\Protocol.HTTP.examples.tests.ps1
- docs\Bash.md
- Commands\PipeScript\Search-PipeScript.ps1
- Languages\WebAssembly\WebAssembly-Language.ps1
- Tests\Examples\Template.ForEachLoop.js.examples.tests.ps1
- docs\Out-Parser.md
- Commands\PipeScript\Get-PipeScript.ps1
- Languages\WebAssembly\WebAssembly-Language.ps.ps1
- Tests\Examples\PipeScript.Automatic.Variable.IsPipedFrom.examples.tests.ps1
- docs\Language.JavaScript.md
- Commands\PipeScript\Join-PipeScript.ps1
- Languages\HLSL\HLSL-Language.ps1
- Tests\Examples\Template.DoLoop.js.examples.tests.ps1
- docs\Protocol.Command.get_URLParameter.md
- Commands\PipeScript\Use-PipeScript.ps1
- Languages\HLSL\HLSL-Language.ps.ps1
- Tests\Examples\Compile.LanguageDefinition.examples.tests.ps1
- docs\Language.Kotlin.md
- Commands\ModuleMember\Import-ModuleMember.ps.ps1
- Languages\PHP\PHP-Language.ps1
- Tests\Examples\Template.UntilLoop.py.examples.tests.ps1
- docs\PipeScript.Automatic.Variable.IsPipedFrom.md
- Commands\ModuleMember\Import-ModuleMember.ps1
- Languages\PHP\PHP-Language.ps.ps1
- Tests\Examples\Language.Batch.examples.tests.ps1
- docs\PipeScript.Automatic.Variable.MyCallstack.md
- Commands\JSON\Export-Json.ps.ps1
- Languages\Kusto\Kusto-Language.ps.ps1
- Tests\Examples\PostProcess-LanguageDefinition.examples.tests.ps1
- docs\ValidValues.md
- Commands\JSON\Import-Json.ps1
- Languages\Kusto\Kusto-Language.ps1
- Tests\Examples\ConvertTo-CliXml.examples.tests.ps1
- docs\Language.Bash.md
- Commands\JSON\Import-Json.ps.ps1
- Languages\C\C-Language.ps.ps1
- Tests\Examples\Template.WhileLoop.js.examples.tests.ps1
- docs\PipeScript.get_DisplayName.ps.md
- Commands\JSON\Export-Json.ps1
- Languages\C\C-Language.ps1
- Tests\Examples\Protocol.UDP.examples.tests.ps1
- docs\2023-04-27.md
- Commands\CliXml\ConvertFrom-CliXml.ps.ps1
- Languages\TOML\TOML-Language.ps1
- Tests\Examples\Language.OpenSCAD.examples.tests.ps1
- docs\VBN.md
- Commands\CliXml\ConvertFrom-CliXml.ps1
- Languages\TOML\TOML-Language.ps.ps1
- Tests\Examples\Template.ForLoop.js.examples.tests.ps1
- docs\Template.DoLoop.js.md
- Commands\CliXml\ConvertTo-CliXml.ps1
- Languages\HTML\HTML-Language.ps1
- Tests\Examples\Get-Transpiler.examples.tests.ps1
- docs\Language.Python.md
- Commands\Interpreters\Invoke-Interpreter.ps.ps1
- Languages\HTML\HTML-Language.ps.ps1
- Tests\Examples\New-ScriptBlock.examples.tests.ps1
- docs\Template.HelloWorld.ts.md
- Commands\Interpreters\Get-Interpreter.ps.ps1
- Languages\LaTeX\LaTeX-Language.ps.ps1
- Tests\Examples\Import-PipeScript.examples.tests.ps1
- docs\2022-09-08.md
- Commands\Interpreters\Get-Interpreter.ps1
- Languages\LaTeX\LaTeX-Language.ps1
- Tests\Examples\Out-Signal.examples.tests.ps1
- docs\2022-07-15.md
- Commands\Interpreters\Invoke-Interpreter.ps1
- Languages\ATOM\ATOM-Language.ps.ps1
- Tests\Examples\Language.Docker.examples.tests.ps1
- docs\SwitchAsIs.md
- Commands\Parsers\Parse-PowerShell.ps.ps1
- Languages\ATOM\ATOM-Language.ps1
- Tests\Examples\PipeScript.Automatic.Variable.MyParameters.examples.tests.ps1
- docs\2022-11-14.md
- Commands\Parsers\Out-Parser.ps.ps1
- Languages\ObjectiveC\ObjectiveC-Language.ps1
- Tests\Examples\Aspect.ModuleExtensionPattern.examples.tests.ps1
- docs\PipeScript.ParameterAttribute.md
- Commands\Parsers\Out-Parser.ps1
- Languages\ObjectiveC\ObjectiveC-Language.ps.ps1
- Tests\Examples\Language.R.examples.tests.ps1
- docs\PipeScript.TypeConstraint.md
- Commands\Parsers\Parse-PowerShell.ps1
- Types\FunctionInfo\TypeName.txt
- Tests\Examples\Language.CSharp.examples.tests.ps1
- docs\PipeScript.Protocol.md
- Commands\Parsers\Parse-CSharp.ps.ps1
- Types\FunctionInfo\Alias.psd1
- Tests\Examples\Join-ScriptBlock.examples.tests.ps1
- docs\Template.TryCatch.js.md
- Commands\Parsers\Parse-CSharp.ps1
- Types\PSMemberSet\hasOwnProperty.ps1
- Tests\Examples\PipeScript.Automatic.Variable.MySelf.examples.tests.ps1
- docs\PipeScript.Sentence.GetParameterAlias.md
- Commands\Protocols\README.md
- Types\PSMemberSet\valueOf.ps1
- Tests\Examples\Language.BASIC.examples.tests.ps1
- docs\Language.R.md
- Commands\Protocols\UDP-Protocol.ps.ps1
- Types\PSMemberSet\propertyIsEnumerable.ps1
- Tests\Examples\Parse.PowerShell.examples.tests.ps1
- docs\Build-Pipescript.md
- Commands\Protocols\HTTP-Protocol.ps1
- Types\PSMemberSet\PSTypeName.txt
- Tests\Examples\Aspect.GroupObjectByTypeName.examples.tests.ps1
- docs\BatchPowerShell.md
- Commands\Protocols\OpenAPI-Protocol.ps.ps1
- Types\ParameterAST\TypeName.txt
- Tests\Examples\Get-Interpreter.examples.tests.ps1
- docs\Language.BASIC.md
- Commands\Protocols\JSONSchema-Protocol.ps.ps1
- Types\ParameterAST\Alias.psd1
- Tests\Examples\Language.JavaScript.examples.tests.ps1
- docs\_config.yml
- Commands\Protocols\OpenAPI-Protocol.ps1
- Types\ParameterAST\get_DisplayName.ps1
- Tests\Examples\Build-PipeScript.examples.tests.ps1
- docs\2022-06.md
- Commands\Protocols\README.ps1.md
- Types\ParameterAST\get_DefaultBindingProperty.ps1
- Tests\Examples\Protocol.JSONSchema.examples.tests.ps1
- docs\Compile.LanguageDefinition.md
- Commands\Protocols\HTTP-Protocol.ps.ps1
- Types\ParameterAST\get_ByPropertyName.ps1
- Tests\Examples\Template.Assignment.js.examples.tests.ps1
- docs\Language.ATOM.md
- Commands\Protocols\JSONSchema-Protocol.ps1
- Types\ParameterAST\get_Position.ps1
- docs\AutomaticVariable\Command\README.md
- docs\Template.Import.py.md
- Commands\Protocols\UDP-Protocol.ps1
- Types\ParameterAST\get_Help.ps1
- docs\AutomaticVariable\Command\get_VariableName.md
- docs\2022-09.md
- Commands\Aspects\README.md
- Types\ParameterAST\get_ParameterNames.ps1
- docs\PipeScript\Interpreters\README.md
- docs\2022-06-22.md
- Commands\Aspects\Module-Aspects.ps1
- Types\ParameterAST\get_Metadata.ps1
- docs\PipeScript\Interpreters\set_All.md
- docs\Language.Crystal.md
- Commands\Aspects\Module-Aspects.ps.ps1
- Types\ParameterAST\get_FromPipeline.ps1
- docs\PipeScript\Interpreters\ForFile.md
- docs\Search-PipeScript.md
- Commands\Aspects\README.ps.md
- Types\ParameterAST\get_FromUnbound.ps1
- docs\PipeScript\Interpreters\set_ExcludePath.md
- docs\Parse.PowerShell.md
- Commands\Aspects\Object-Aspects.ps.ps1
- Types\ParameterAST\get_Index.ps1
- docs\PipeScript\Interpreters\get_ExcludePath.md
- docs\Language.TOML.md
- Commands\Aspects\Object-Aspects.ps1
- Types\ParameterAST\get_Binding.ps1
- docs\PipeScript\Interpreters\get_LanguageName.md
- docs\ModuleExports.md
- Commands\Aspects\DynamicParameter-Aspects.ps1
- Types\ParameterAST\get_ParameterSets.ps1
- docs\PipeScript\Interpreters\set_Count.md
- docs\All.md
- Commands\Aspects\DynamicParameter-Aspects.ps.ps1
- Types\ExpandableStringExpression\Expand.ps1
- docs\PipeScript\Interpreters\get_Exclude.md
- docs\System.Management.Automation.Language.VariableExpressionAst.GetVariableType.md
- Commands\Signals\Out-Signal.ps.ps1
- Types\ExpandableStringExpression\PSTypeName.txt
- docs\PipeScript\Interpreters\get_All.md
- docs\Language.Ruby.md
- Commands\Signals\Out-Signal.ps1
- Types\Language.Templates\Alias.psd1
- docs\PipeScript\Interpreters\get_Count.md
- docs\ValidatePropertyName.md
- Commands\Signals\Null-Signal.ps1
- Types\Language.Templates\get_Unique.ps1
- docs\PipeScript\Interpreters\set_ExcludePattern.md
- docs\2022-08-01.md
- Commands\Signals\Null-Signal.ps.ps1
- Types\Language.Templates\get_Count.ps1
- docs\PipeScript\Interpreters\get_ExcludePattern.md
- docs\Template.DoLoop.py.md
- Commands\PostProcessing\README.md
- Types\Language.Templates\get_ByInputType.ps1
- docs\PipeScript\Interpreters\set_Exclude.md
- docs\Aspect.ModuleCommandType.md
- Commands\PostProcessing\PostProcess-PartialFunction.ps.ps1
- Types\Language.Templates\get_All.ps1
- docs\PipeScript\Interpreters\set_LanguageName.md
- docs\AutomaticVariable.Command.get_VariableName.md
- Commands\PostProcessing\PostProcess-InitializeAutomaticVariable.ps.ps1
- Types\PipeScript\PipeScript.format.ps1
- docs\PipeScript\Sentence\README.md
- docs\ValidateExtension.md
- Commands\PostProcessing\README.ps.md
- Types\PipeScript\get_PipeScriptType.ps1
- docs\PipeScript\Sentence\GetParameterAlias.md
- docs\2022-06-28.md
- Commands\PostProcessing\PostProcess-PartialFunction.ps1
- Types\PipeScript\get_Template.ps1
- docs\PipeScript\Parsers\README.md
- docs\EqualityTypeComparison.md
- Commands\PostProcessing\PostProcess-InitializeAutomaticVariable.ps1
- Types\Markdown\Markdown.format.ps1
- docs\PipeScript\Parsers\get_All.md
- docs\Language.CSS.md
- Commands\HTML\Out-HTML.ps1
- Types\ConstantExpressionAST\TypeName.txt
- docs\PipeScript\Parsers\get_Count.md
- docs\CHANGELOG.md
- Commands\AutomaticVariables\README.md
- Types\ConstantExpressionAST\ConvertFromAST.ps1
- docs\PipeScript\Parsers\ForCommand.md
- docs\Aspect.ModuleExtensionType.md
- Commands\AutomaticVariables\Is-AutomaticVariables.ps1
- Types\VariableExpressionAST\GetVariableType.ps1
- docs\PipeScript\Languages\README.md
- docs\Route.Uptime.md
- Commands\AutomaticVariables\My-AutomaticVariables.ps1
- Types\VariableExpressionAST\TypeName.txt
- docs\PipeScript\Languages\ForFile.md
- docs\Aspect.DynamicParameter.md
- Commands\AutomaticVariables\README.ps.md
- Types\VariableExpressionAST\GetAssignments.ps1
- docs\PipeScript\Languages\set_ExcludePath.md
- docs\Assert.md
- Commands\AutomaticVariables\My-AutomaticVariables.ps.ps1
- Types\VariableExpressionAST\ConvertFromAST.ps1
- docs\PipeScript\Languages\get_ExcludePath.md
- docs\Language.Batch.md
- Commands\AutomaticVariables\Is-AutomaticVariables.ps.ps1
- Types\Protocol.Command\get_URLParameterName.ps1
- docs\PipeScript\Languages\get_LanguageName.md
- docs\2023-03.md
- Commands\Compilers\Compile-LanguageDefinition.ps.ps1
- Types\Protocol.Command\get_URLParameter.ps1
- docs\PipeScript\Languages\get_Exclude.md
- docs\Language.CPlusPlus.md
- Commands\Compilers\Compile-LanguageDefinition.ps1
- Types\Protocol.Command\get_CommandParameter.ps1
- docs\PipeScript\Languages\get_All.md
- docs\Language.JSON.md
- docs\Assets\PipeScript-4-chevron-animated.svg
- Types\Protocol.Command\get_CommandParameterName.ps1
- docs\PipeScript\Languages\get_Count.md
- docs\Template.Include.c.md
- docs\Assets\PipeScript-animated.svg
- Types\TypeConstraintAST\get_Parameter.ps1
- docs\PipeScript\Languages\set_ExcludePattern.md
- docs\Template.HelloWorld.cr.md
- docs\Assets\PipeScript-ouroboros.svg
- Types\TypeConstraintAST\TypeName.txt
- docs\PipeScript\Languages\get_ExcludePattern.md
- docs\Template.Function.js.md
- docs\Assets\PipeScript.svg
- Types\TypeConstraintAST\Alias.psd1
- docs\PipeScript\Languages\set_Exclude.md
- docs\Until.md
- docs\Assets\PipeScript-ouroboros-animated.svg
- Types\TypeConstraintAST\get_ResolvedCommand.ps1
- docs\Route\Command\README.md
- docs\Batch.md
- docs\Assets\PipeScript-4-chevron.svg
- Types\TypeConstraintAST\get_ArgumentList.ps1
- docs\Route\Command\Validate.md
- docs\EqualityComparison.md
- docs\Language\README.md
- Types\Route.Command\Validate.ps1
- docs\Language\Templates\README.md
- docs\Template.HelloWorld.wren.md
- docs\Language\get_HasInterpreter.md
- Types\ValidateScript\Validate.ps1
- docs\Language\Templates\get_Unique.md
- docs\2022-10.md
- docs\Language\get_Template.md
- Types\ValidateScript\PSTypeName.txt
- docs\Language\Templates\get_All.md
- docs\Language.PHP.md
- docs\Language\get_HasPowerShellInterpreter.md
- Types\PipeScript.Languages\set_Exclude.ps1
- docs\Language\Templates\get_Count.md
- docs\Language.FSharp.md
- docs\Language\get_Alias.md
- Types\PipeScript.Languages\README.md
- docs\Language\Templates\get_ByInputType.md
- docs\2022-09-15.md
- docs\Language\get_Function.md
- Types\PipeScript.Languages\set_ExcludePath.ps1
- docs\Language\Functions\README.md
- docs\System.Management.Automation.Language.AttributeAst.get_ResolvedCommand.md
- docs\_posts\2022-06-21-PipeScript-0.0.2.md
- Types\PipeScript.Languages\Alias.psd1
- docs\Language\Functions\get_Unique.md
- docs\Language.Eiffel.md
- docs\_posts\2022-07-26-PipeScript-0.0.13.md
- Types\PipeScript.Languages\ForFile.ps1
- docs\Language\Functions\get_All.md
- docs\System.Management.Automation.Language.VariableExpressionAst.GetAssignments.md
- docs\_posts\2022-09-15-PipeScript-0.1.3.md
- Types\PipeScript.Languages\get_Exclude.ps1
- docs\Language\Functions\get_Count.md
- docs\Language.GLSL.md
- docs\_posts\2022-12-24-PipeScript-0.2.2.md
- Types\PipeScript.Languages\get_Count.ps1
- docs\Language\Functions\get_ByInputType.md
- docs\Language.XSD.md
- docs\_posts\2022-07-24-PipeScript-0.0.12.md
- Types\PipeScript.Languages\set_ExcludePattern.ps1
- docs\Protocol\Command\README.md
- docs\New-PipeScript.md
- docs\_posts\2022-08-01-PipeScript-0.1.md
- Types\PipeScript.Languages\README.ps.md
- docs\Protocol\Command\get_URLParameter.md
- docs\Object.md
- docs\_posts\2022-10-08-PipeScript-0.1.6.md
- Types\PipeScript.Languages\get_ExcludePath.ps1
- docs\Protocol\Command\get_URLParameterName.md
- docs\Parse.CSharp.md
- docs\_posts\2022-07-10-PipeScript-0.0.8.md
- Types\PipeScript.Languages\PipeScript.Languages.format.ps1
- Build\Github\Actions\PipeScriptAction.ps1
- docs\ValidateScriptBlock.md
- docs\_posts\2022-07-20-PipeScript-0.0.11.md
- Types\PipeScript.Languages\ForFile.ps.ps1
- Build\Github\Jobs\BuildPipeScript.psd1
- docs\Template.HelloWorld.js.md
- docs\_posts\2022-06-21-PipeScript-0.0.1.md
- Types\PipeScript.Languages\get_LanguageName.ps1
- Build\Github\Jobs\RunGitPub.psd1
- docs\Automatic.Variable.Command.get_VariableName.md
- docs\_posts\2022-09-19-PipeScript-0.1.4.md
- Types\PipeScript.Languages\get_All.ps1
- Languages\JavaScript\Templates\JavaScript-Template-WhileLoop.ps.ps1
- docs\PipeScript.get_DisplayName.md
- docs\_posts\2022-07-04-PipeScript-0.0.7.md
- Types\PipeScript.Languages\get_ExcludePattern.ps1
- Languages\JavaScript\Templates\JavaScript-Template-HelloWorld.ps1
- docs\Protocol.HTTP.md
- docs\_posts\2022-10-09-PipeScript-0.1.7.md
- Types\PipeScript.Sentence\PipeScript.Sentence.format.ps1
- Languages\JavaScript\Templates\JavaScript-Template-Class.ps1
- docs\Language.Razor.md
- docs\_posts\2022-10-21-PipeScript-0.1.8.md
- Types\PipeScript.Sentence\GetParameterAlias.ps1
- Languages\JavaScript\Templates\JavaScript-Template-TryCatch.ps1
- docs\Template.Property.cs.md
- docs\_posts\2022-07-19-PipeScript-0.0.10.md
- Types\PipeScript.Sentence\Alias.psd1
- Languages\JavaScript\Templates\JavaScript-Template-DoLoop.ps.ps1
- docs\SupportedLanguages.md
- docs\_posts\2022-09-22-PipeScript-0.1.5.md
- Types\PipeScript.Sentence\Run.ps1
- Languages\JavaScript\Templates\JavaScript-Template-HelloWorld.ps.ps1
- docs\Language.Lua.md
- docs\_posts\2023-06-29-PipeScript-0.2.6.md
- Types\AttributeAST\get_Parameter.ps1
- Languages\JavaScript\Templates\JavaScript-Template-Function.ps1
- docs\Language.Bicep.md
- docs\_posts\2022-07-02-PipeScript-0.0.6.md
- Types\AttributeAST\TypeName.txt
- Languages\JavaScript\Templates\JavaScript-Template-Assignment.ps1
- docs\2022-07-20.md
- docs\_posts\2022-11-14-PipeScript-0.2.md
- Types\AttributeAST\Alias.psd1
- Languages\JavaScript\Templates\JavaScript-Template-InvokeMethod.ps.ps1
- docs\PipeScript.Translator.md
- docs\_posts\2023-03-31-PipeScript-0.2.4.md
- Types\AttributeAST\get_ResolvedCommand.ps1
- Languages\JavaScript\Templates\JavaScript-Template-ForeachLoop.ps1
- docs\System.Management.Automation.Language.TypeConstraintAst.get_ResolvedCommand.md
- docs\_posts\2022-07-15-PipeScript-0.0.9.md
- Types\AttributeAST\get_ArgumentList.ps1
- Languages\JavaScript\Templates\JavaScript-Template-Function.ps.ps1
- docs\Explicit.md
- docs\_posts\2022-08-08-PipeScript-0.1.1.md
- Types\Language\get_Function.ps1
- Languages\JavaScript\Templates\JavaScript-Template-ForLoop.ps.ps1
- docs\Await.md
- docs\_posts\2022-10-07-all-things-are-possible.md
- Types\Language\Alias.psd1
- Languages\JavaScript\Templates\JavaScript-Template-ForeachLoop.ps.ps1
- docs\JSONSchema.Protocol.md
- docs\_posts\2022-06-28-PipeScript-0.0.4.md
- Types\Language\get_HasPowerShellInterpreter.ps1
- Languages\JavaScript\Templates\JavaScript-Template-ForLoop.ps1
- docs\2022-11-07.md
- docs\_posts\2022-06-22-PipeScript-0.0.3.md
- Types\Language\get_Template.ps1
- Languages\JavaScript\Templates\JavaScript-Template-DoLoop.ps1
- docs\ConvertFrom-CliXml.md
- docs\_posts\2022-11-07-PipeScript-0.1.9.md
- Types\Language\Language.format.ps1
- Languages\JavaScript\Templates\JavaScript-Template-TryCatch.ps.ps1
- docs\System.Management.Automation.Language.VariableExpressionAst.ConvertFromAST.md
- docs\_posts\2022-07-31-PipeScript-0.0.14.md
- Types\Language\get_HasInterpreter.ps1
- Languages\JavaScript\Templates\JavaScript-Template-Class.ps.ps1
- docs\Export-Pipescript.md
- docs\_posts\2022-09-08-PipeScript-0.1.2.md
- Types\Language\get_Alias.ps1
- Languages\JavaScript\Templates\JavaScript-Template-WhileLoop.ps1
- docs\Start-PSNode.md
- docs\_posts\2023-04-27-PipeScript-0.2.5.md
- Types\AST\get_IsEmpty.ps1
- Languages\JavaScript\Templates\JavaScript-Template-RegexLiteral.ps.ps1
- docs\Requires.md
- docs\_posts\2022-10-06-Commands-could-be-read-as-sentences.md
- Types\AST\get_Types.ps1
- Languages\JavaScript\Templates\JavaScript-Template-RegexLiteral.ps1
- docs\Template.WhileLoop.py.md
- docs\_posts\2022-06-29-PipeScript-0.0.5.md
- Types\AST\TypeName.txt
- Languages\JavaScript\Templates\JavaScript-Template-Assignment.ps.ps1
- docs\Language.Arduino.md
- docs\_posts\2023-03-12-PipeScript-0.2.3.md
- Types\AST\get_Unique.ps1
- Languages\JavaScript\Templates\JavaScript-Template-InvokeMethod.ps1
- docs\Template.ForEachLoop.js.md
- docs\_posts\2022-11-16-PipeScript-0.2.1.md
- Types\AST\get_Commands.ps1
- Languages\CPlusPlus\Templates\CPlusPlus-Template-HelloWorld.ps.ps1
- docs\Template.Class.cs.md
- Transpilers\Parameters\README.md
- Types\AST\Ast.format.ps1
- Languages\CPlusPlus\Templates\CPlusPlus-Template-Include.ps1
- docs\Import-ModuleMember.md
- Transpilers\Parameters\RemoveParameter.psx.ps1
- Types\AST\PSToken.control.ps1
- Languages\CPlusPlus\Templates\CPlusPlus-Template-HelloWorld.ps1
- docs\Template.Class.js.md
- Transpilers\Parameters\ValidateTypes.psx.ps1
- Types\AST\FirstElements.ps1
- Languages\CPlusPlus\Templates\CPlusPlus-Template-Include.ps.ps1
- docs\Define.md
- Transpilers\Parameters\VBN.psx.ps1
- Types\AST\get_Tokens.ps1
- Languages\Python\Templates\Python-Template-Assignment.ps.ps1
- docs\ModuleRelationship.md
- Transpilers\Parameters\ValidateExtension.psx.ps1
- Types\AST\GetLineage.ps1
- Languages\Python\Templates\Python-Template-Assignment.ps1
- docs\2023.md
- Transpilers\Parameters\VFP.psx.ps1
- Types\AST\get_Defines.ps1
- Languages\Python\Templates\Python-Template-UntilLoop.ps1
- docs\2022-08-08.md
- Transpilers\Parameters\README.ps1.md
- Types\AST\get_ByType.ps1
- Languages\Python\Templates\Python-Template-WhileLoop.ps1
- docs\RenameVariable.md
- Transpilers\Parameters\Aliases.psx.ps1
- Types\AST\get_First.ps1
- Languages\Python\Templates\Python-Template-UntilLoop.ps.ps1
- docs\Language.Go.md
- Transpilers\Parameters\ValidatePropertyName.psx.ps1
- Types\AST\Transpile.ps1
- Languages\Python\Templates\Python-Template-HelloWorld.ps.ps1
- docs\2022-09-19.md
- Transpilers\Parameters\ValidateScriptBlock.psx.ps1
- Types\AST\get_Variables.ps1
- Languages\Python\Templates\Python-Template-Import.ps.ps1
- docs\2022-07-10.md
- Transpilers\Parameters\ValidValues.psx.ps1
- Types\AST\IsEquivalentTo.ps1
- Languages\Python\Templates\Python-Template-HelloWorld.ps1
- docs\Language.ObjectiveC.md
- Transpilers\Parameters\ValidatePlatform.psx.ps1
- Types\AST\ConvertFromAST.ps1
- Languages\Python\Templates\Python-Template-DoLoop.ps1
- docs\Language.Racket.md
- Transpilers\Modules\ModuleRelationship.psx.ps1
- Types\AST\get_Transpilers.ps1
- Languages\Python\Templates\Python-Template-DoLoop.ps.ps1
- docs\Include.md
- Transpilers\Modules\ModuleExports.psx.ps1
- Types\PipeScript.Parsers\get_Count.ps1
- Languages\Python\Templates\Python-Template-WhileLoop.ps.ps1
- docs\OutputFile.md
- Transpilers\Syntax\README.md
- Types\PipeScript.Parsers\get_All.ps1
- Languages\Python\Templates\Python-Template-Import.ps1
- docs\Language.Kusto.md
- Transpilers\Syntax\WhereMethod.psx.ps1
- Types\PipeScript.Parsers\ForCommand.ps1
- Languages\C\Templates\C-Template-Include.ps.ps1
- docs\Language.CSharp.md
- Transpilers\Syntax\DoubleDotting.psx.ps1
- Types\CommandAST\get_Parameter.ps1
- Languages\C\Templates\C-Template-Include.ps1
- docs\NamespacedFunction.md
- Transpilers\Syntax\EqualityTypeComparison.psx.ps1
- Types\CommandAST\TypeName.txt
- Types\PipeScript.Languages\PipeScript.Interpreters\README.md
- docs\2022-10-08.md
- Transpilers\Syntax\README.ps1.md
- Types\CommandAST\Alias.psd1
- Types\PipeScript.Languages\PipeScript.Interpreters\PipeScript.Interpreters.format.ps1
- docs\Language.SVG.md
- Transpilers\Syntax\ArrowOperator.psx.ps1
- Types\CommandAST\get_ResolvedCommand.ps1
- Types\PipeScript.Languages\PipeScript.Interpreters\README.ps.md
- docs\Language.Liquid.md
- Transpilers\Syntax\NamespacedFunction.psx.ps1
- Types\CommandAST\get_IsPipedTo.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\SyntaxNode.format.ps1
- docs\RemoveParameter.md
- Transpilers\Syntax\NamespacedObject.psx.ps1
- Types\CommandAST\get_ArgumentList.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\get_Id.ps1
- docs\2022-07-04.md
- Transpilers\Syntax\EqualityComparison.psx.ps1
- Types\CommandAST\get_IsPiped.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\FindAll.ps1
- docs\2022-06-21.md
- Transpilers\Syntax\Dot.psx.ps1
- Types\CommandAST\AsSentence.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\get_Defines.ps1
- docs\2022-10-06.md
- Transpilers\Syntax\NamespacedAlias.psx.ps1
- Types\CommandAST\get_PipelinePosition.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\get_ByType.ps1
- docs\Language.Wren.md
- Transpilers\Syntax\PipedAssignment.psx.ps1
- Types\CommandAST\get_PipelineLength.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\get_Variables.ps1
- docs\ConvertTo-CliXml.md
- Transpilers\Syntax\SwitchAsIs.psx.ps1
- Types\CommandAST\get_IsAssigned.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\Find.ps1
- docs\NamespacedAlias.md
- Transpilers\Syntax\ConditionalKeyword.psx.ps1
- Types\CommandAST\get_IsPipedFrom.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\PSTypeName.txt
- docs\2023-04.md
- Transpilers\Core\README.md
- Types\AutomaticVariable.Command\get_VariableName.ps1
- Types\Microsoft.CodeAnalysis\SyntaxNode\get_Text.ps1
- docs\WhereMethod.md
- Transpilers\Core\Pipescript.FunctionDefinition.psx.ps1
- Types\PipeScript.Transpiler\PipeScript.Transpiler.format.ps1
- Types\Microsoft.CodeAnalysis\SyntaxTree\FindAll.ps1
- docs\Language.OpenSCAD.md
- Transpilers\Core\PipeScript.TypeExpression.psx.ps1
- Types\BuildScript.Command\get_Template.ps1
- Types\Microsoft.CodeAnalysis\SyntaxTree\SyntaxTree.format.ps1
- docs\Language.SQL.md
- Transpilers\Core\PipeScript.TypeConstraint.psx.ps1
- Types\PipeScript.net\PSNodeJob.cs
- Types\Microsoft.CodeAnalysis\SyntaxTree\get_Root.ps1
- docs\Language.GCode.md
- Transpilers\Core\PipeScript.ParameterAttribute.psx.ps1
- Types\PipeScript.net\PSTransform.cs
- Types\Microsoft.CodeAnalysis\SyntaxTree\get_Defines.ps1
- docs\PipeScript.TypeExpression.md
- Transpilers\Core\PipeScript.AttributedExpression.psx.ps1
- Types\ExternalScriptInfo\set_Root.ps1
- Types\Microsoft.CodeAnalysis\SyntaxTree\get_ByType.ps1
- docs\PipeScript.Optimizer.ConsolidateAspects.md
- Transpilers\Core\README.ps1.md
- Types\ExternalScriptInfo\TypeName.txt
- Types\Microsoft.CodeAnalysis\SyntaxTree\get_Variables.ps1
- docs\Help.md
- Transpilers\Core\PipeScript.Translator.psx.ps1
- Types\ExternalScriptInfo\Alias.psd1
- Types\Microsoft.CodeAnalysis\SyntaxTree\Find.ps1
- docs\2023-03-12.md
- Transpilers\Core\PipeScript.Aspect.psx.ps1
- Types\ExternalScriptInfo\get_Root.ps1
- Types\Microsoft.CodeAnalysis\SyntaxTree\PSTypeName.txt
- docs\PipeScriptSyntax.md
- Transpilers\Core\PipeScript.Template.psx.ps1
- Types\YAML\YAML.format.ps1
- Types\Microsoft.CodeAnalysis\SyntaxTree\get_Text.ps1
- docs\System.Management.Automation.Language.CommandAst.AsSentence.md
- Transpilers\Core\PipeScript.Protocol.psx.ps1
- Types\ScriptBlockExpressionAST\get_IsEmpty.ps1
- docs\Microsoft\CodeAnalysis\SyntaxNode\README.md
- docs\2022-10-07.md
- Transpilers\Core\PipeScript.Aspect.psx.ps.ps1
- Types\ScriptBlockExpressionAST\TypeName.txt
- docs\Microsoft\CodeAnalysis\SyntaxNode\get_Variables.md
- docs\PipedAssignment.md
- Transpilers\Core\Pipescript.psx.ps1
- Types\ScriptBlockExpressionAST\AsScriptBlock.ps1
- docs\Microsoft\CodeAnalysis\SyntaxNode\FindAll.md
- docs\Template.Method.cs.md
- Transpilers\Keywords\README.md
- Types\ScriptBlockExpressionAST\ConvertFromAST.ps1
- docs\Microsoft\CodeAnalysis\SyntaxNode\get_Id.md
- docs\2022-11.md
- Transpilers\Keywords\Object.psx.ps1
- Types\AliasInfo\TypeName.txt
- docs\Microsoft\CodeAnalysis\SyntaxNode\get_Defines.md
- docs\ProxyCommand.md
- Transpilers\Keywords\All.psx.ps1
- Types\AliasInfo\Alias.psd1
- docs\Microsoft\CodeAnalysis\SyntaxNode\Find.md
- docs\Language.Java.md
- Transpilers\Keywords\README.ps1.md
- Types\PipeScript.Template\PipeScript.Template.format.ps1
- docs\Microsoft\CodeAnalysis\SyntaxNode\get_ByType.md
- docs\CNAME
- Transpilers\Keywords\Await.psx.ps1
- Types\ValidatePattern\Validate.ps1
- docs\Microsoft\CodeAnalysis\SyntaxTree\README.md
- docs\2022-09-22.md
- Transpilers\Keywords\Assert.psx.ps1
- Types\ValidatePattern\PSTypeName.txt
- docs\Microsoft\CodeAnalysis\SyntaxTree\get_Variables.md
- docs\2022-07-31.md
- Transpilers\Keywords\Until.psx.ps1
- Types\ParamBlockAst\TypeName.txt
- docs\Microsoft\CodeAnalysis\SyntaxTree\FindAll.md
- docs\PipeScript.PostProcess.PartialFunction.md
- Transpilers\Keywords\New.psx.ps1
- Types\ParamBlockAst\get_ParameterNames.ps1
- docs\Microsoft\CodeAnalysis\SyntaxTree\get_Defines.md
- docs\Language.Rust.md
- Transpilers\Keywords\Requires.psx.ps1
- Types\ParamBlockAst\get_Header.ps1
- docs\Microsoft\CodeAnalysis\SyntaxTree\get_Root.md
- docs\2022-07-02.md
- Transpilers\Keywords\When.psx.ps1
- Types\PipelineAST\Typename.txt
- docs\Microsoft\CodeAnalysis\SyntaxTree\Find.md
- docs\Import-PipeScript.md
- Transpilers\Wrappers\README.md
- Types\PipelineAST\get_IsAssigned.ps1
- docs\Microsoft\CodeAnalysis\SyntaxTree\get_ByType.md
- docs\Template.WhileLoop.js.md
- Transpilers\Wrappers\Batch.psx.ps1
- Types\Language.Functions\Alias.psd1
- docs\System\Management\Automation\PSMemberSet\README.md
- docs\Join-PipeScript.md
- Transpilers\Wrappers\Bash.psx.ps1
- Types\Language.Functions\get_Unique.ps1
- docs\System\Management\Automation\PSMemberSet\propertyIsEnumerable.md
- docs\PipeScript.ParameterTypeConstraint.md
- Transpilers\Wrappers\README.ps1.md
- Types\Language.Functions\get_Count.ps1
- docs\System\Management\Automation\PSMemberSet\valueOf.md
- docs\2022-10-21.md
- Transpilers\Wrappers\BatchPowerShell.psx.ps1
- Types\Language.Functions\get_ByInputType.ps1
- docs\System\Management\Automation\PSMemberSet\hasOwnProperty.md
- docs\Language.TCL.md
- Languages\JavaScript\JavaScript-Language.ps.ps1
- Types\Language.Functions\get_All.ps1
- docs\System\Management\Automation\ValidateScriptAttribute\README.md
- docs\Protocol.JSONSchema.md
- Languages\JavaScript\JavaScript-Language.ps1
- Types\Search.PipeScript.Result\Search.PipeScript.Result.format.ps1
- docs\System\Management\Automation\ValidateScriptAttribute\Validate.md
- docs\Aspect.ModuleExtendedCommand.md
- Languages\Rust\Rust-Language.ps.ps1
- Types\Language.Command\IsMatch.ps1
- docs\System\Management\Automation\ScriptBlock\README.md
- docs\ValidatePlatform.md
- Languages\Rust\Rust-Language.ps1
- Types\ScriptBlock\get_IsEmpty.ps1
- docs\System\Management\Automation\ScriptBlock\get_IsEmpty.md
- docs\Aliases.md
- Languages\Lua\Lua-Language.ps.ps1
- Types\ScriptBlock\TypeName.txt
- docs\System\Management\Automation\ScriptBlock\AnyValidMatch.md
- docs\Language.XSL.md
- Languages\Lua\Lua-Language.ps1
- Types\ScriptBlock\Alias.psd1
- docs\System\Management\Automation\ScriptBlock\AnyValid.md
- docs\Template.HelloWorld.go.md
- Languages\FSharp\FSharp-Language.ps1
- Types\ScriptBlock\AllValidMatch.ps1
- docs\System\Management\Automation\ScriptBlock\get_HasValidation.md
- docs\Decorate.md
- Languages\FSharp\FSharp-Language.ps.ps1
- Types\ScriptBlock\AnyValidObject.ps1
- docs\System\Management\Automation\ScriptBlock\AnyValidObject.md
- docs\New.md
- Languages\GCode\GCode-Language.ps1
- Types\ScriptBlock\AllValidObject.ps1
- docs\System\Management\Automation\ScriptBlock\IsEquivalentTo.md
- docs\Language.Haxe.md
- Languages\GCode\GCode-Language.ps.ps1
- Types\ScriptBlock\AnyValidMatch.ps1
- docs\System\Management\Automation\ScriptBlock\AllValidMatch.md
- docs\ArrowOperator.md
- Languages\XSD\XSD-Language.ps.ps1
- Types\ScriptBlock\get_HasValidation.ps1
- docs\System\Management\Automation\ScriptBlock\AllValidObject.md
- docs\System.Management.Automation.CommandInfo.get_BlockComments.md
- Languages\XSD\XSD-Language.ps1
- Types\ScriptBlock\AnyValid.ps1
- docs\System\Management\Automation\ScriptBlock\AllValid.md
- docs\2022-07-26.md
- Languages\Ruby\Ruby-Template-HelloWorld.ps.ps1
- Types\ScriptBlock\AllValid.ps1
- docs\System\Management\Automation\PSModuleInfo\README.md
- docs\Language.YAML.md
- Languages\Ruby\Ruby-Language.ps.ps1
- Types\ScriptBlock\Transpile.ps1
- docs\System\Management\Automation\PSModuleInfo\get_Export.md
- docs\NamespacedObject.md
- Languages\Ruby\Ruby-Language.ps1
- Types\ScriptBlock\IsEquivalentTo.ps1
- docs\System\Management\Automation\PSModuleInfo\get_Asset.md
- docs\System.Management.Automation.Language.AttributeAst.get_Parameter.md
- Languages\Ruby\Ruby-Template-HelloWorld.ps1
- Types\ScriptBlock\get_Transpilers.ps1
- docs\System\Management\Automation\PSModuleInfo\ExtensionsForName.md
- docs\Template.Include.cpp.md
- Languages\Haxe\Haxe-Language.ps1
- Types\ScriptRequirements\TypeName.txt
- docs\System\Management\Automation\PSModuleInfo\Folder.md
- docs\Language.C3.md
- Languages\Haxe\Haxe-Language.ps.ps1
- Types\ScriptRequirements\get_Script.ps1
- docs\System\Management\Automation\PSModuleInfo\File.md
- docs\ListOfTranspilers.md
- Languages\Scala\Scala-Language.ps1
- Types\ScriptRequirements\ToString.ps1
- docs\System\Management\Automation\PSModuleInfo\get_Folders.md
- docs\Language.Scala.md
- Languages\Scala\Scala-Language.ps.ps1
- Types\PSModuleInfo\get_CommandType.ps1
- docs\System\Management\Automation\PSModuleInfo\get_Files.md
- docs\PipeScript.set_DisplayName.md
- Languages\Racket\Racket-Language.ps.ps1
- Types\PSModuleInfo\Alias.psd1
- docs\System\Management\Automation\PSModuleInfo\get_Extension.md
- docs\PipeScript.Automatic.Variable.IsPipedTo.md
- Languages\Racket\Racket-Language.ps1
- Types\PSModuleInfo\Folder.ps1
- docs\System\Management\Automation\PSModuleInfo\GetDynamicParameters.md
- docs\Language.Markdown.md
- Languages\SQL\SQL-Language.ps.ps1
- Types\PSModuleInfo\get_Extension.ps1
- docs\System\Management\Automation\PSModuleInfo\get_CommandType.md
- docs\Language.Vue.md
- Languages\SQL\SQL-Language.ps1
- Types\PSModuleInfo\FindExtensions.ps.ps1
- docs\System\Management\Automation\PSModuleInfo\get_Route.md
- docs\Language.TypeScript.md
- Languages\Arduino\Arduino-Language.ps1
- Types\PSModuleInfo\get_Route.ps1
- docs\System\Management\Automation\PSModuleInfo\get_Server.md
- docs\Import-Json.md
- Languages\Arduino\Arduino-Language.ps.ps1
- Types\PSModuleInfo\File.ps1
- docs\System\Management\Automation\PSModuleInfo\FindExtensions.md
- docs\Template.UntilLoop.py.md
- Languages\PipeScript\PipeScript-Language.ps.ps1
- Types\PSModuleInfo\FindExtensions.ps1
- docs\System\Management\Automation\CommandInfo\README.md
- docs\2022-07-24.md
- Languages\PipeScript\PipeScript-Language.ps1
- Types\PSModuleInfo\GetDynamicParameters.ps.ps1
- docs\System\Management\Automation\CommandInfo\get_CacheControl.md
- docs\Language.PowerShellXML.md
- Languages\Java\Java-Language.ps1
- Types\PSModuleInfo\get_CommandType.ps.ps1
- docs\System\Management\Automation\CommandInfo\get_StrongPipeType.md
- docs\Template.HelloWorld.rb.md
- Languages\Java\Java-Language.ps.ps1
- Types\PSModuleInfo\get_Folders.ps1
- docs\System\Management\Automation\CommandInfo\get_IsStronglyPiped.md
- docs\Update-PipeScript.md
- Languages\Kotlin\Kotlin-Language.ps.ps1
- Types\PSModuleInfo\get_Asset.ps1
- docs\System\Management\Automation\CommandInfo\get_BlockComments.md
- docs\Protocol.Command.get_URLParameterName.md
- Languages\Kotlin\Kotlin-Language.ps1
- Types\PSModuleInfo\get_Server.ps1
- docs\System\Management\Automation\ValidatePatternAttribute\README.md
- docs\System.Management.Automation.Language.ScriptRequirements.get_Script.md
- Languages\Bicep\Bicep-Language.ps.ps1
- Types\PSModuleInfo\GetDynamicParameters.ps1
- docs\System\Management\Automation\ValidatePatternAttribute\Validate.md
- docs\2022-11-16.md
- Languages\Bicep\Bicep-Language.ps1
- Types\PSModuleInfo\get_Export.ps1
- docs\System\Management\Automation\Language\Ast\README.md
- docs\2022-08.md
- Languages\Markdown\Markdown-Language.ps.ps1
- Types\PSModuleInfo\ExtensionsForName.ps1
- docs\System\Management\Automation\Language\Ast\get_Variables.md
- docs\Language.PowerShell.md
- Languages\Markdown\Markdown-Language.ps1
- Types\PSModuleInfo\PSTypeName.txt
- docs\System\Management\Automation\Language\Ast\get_IsEmpty.md
- docs\Language.PowerShellData.md
- Languages\Go\Go-Template-HelloWorld.ps.ps1
- Types\PSModuleInfo\get_Files.ps1
- docs\System\Management\Automation\Language\Ast\get_Types.md
- docs\Use-PipeScript.md
- Languages\Go\Go-Language.ps1
- Types\Hashtable\Hashtable.format.ps1
- docs\System\Management\Automation\Language\Ast\FirstElements.md
- docs\Template.Namespace.cs.md
- Languages\Go\Go-Template-HelloWorld.ps1
- Types\ApplicationInfo\set_Root.ps1
- docs\System\Management\Automation\Language\Ast\get_Unique.md
- docs\Template.ForLoop.js.md
- Languages\Go\Go-Language.ps.ps1
- Types\ApplicationInfo\TypeName.txt
- docs\System\Management\Automation\Language\Ast\IsEquivalentTo.md
- docs\Language.Conf.md
- Languages\C3\C3-Language.ps1
- Types\ApplicationInfo\Alias.psd1
- docs\System\Management\Automation\Language\Ast\get_First.md
- docs\Python.Template.md
- Languages\C3\C3-Language.ps.ps1
- Types\ApplicationInfo\get_Root.ps1
- docs\System\Management\Automation\Language\Ast\get_Defines.md
- docs\2023-06.md
- Languages\XSL\XSL-Language.ps1
- Types\CommandInfo\TypeName.txt
- docs\System\Management\Automation\Language\Ast\get_ByType.md
- docs\2022-12-24.md
- Languages\XSL\XSL-Language.ps.ps1
- Types\CommandInfo\Alias.psd1
- docs\System\Management\Automation\Language\Ast\get_Commands.md
- docs\Language.RSS.md
- Languages\GLSL\GLSL-Language.ps1
- Types\CommandInfo\IsParameterValid.ps1
- docs\System\Management\Automation\Language\Ast\GetLineage.md
- docs\Template.HelloWorld.py.md
- Languages\GLSL\GLSL-Language.ps.ps1
- Types\CommandInfo\CouldPipe.ps1
- docs\System\Management\Automation\Language\TypeConstraintAst\README.md
- docs\rss.xml
- Languages\JSON\JSON-Language.ps.ps1
- Types\CommandInfo\get_StrongPipeType.ps1
- docs\System\Management\Automation\Language\TypeConstraintAst\get_ResolvedCommand.md
- docs\Language.Docker.md
- Languages\JSON\JSON-Language.ps1
- Types\CommandInfo\get_BlockComments.ps1
- docs\System\Management\Automation\Language\TypeConstraintAst\get_ArgumentList.md
- docs\2022-07-19.md
- Languages\Batch\Batch-Language.ps1
- Types\CommandInfo\get_PipeScriptType.ps1
- docs\System\Management\Automation\Language\TypeConstraintAst\get_Parameter.md
- docs\Template.Method.js.md
- Languages\Batch\Batch-Language.ps.ps1
- Types\CommandInfo\CouldRun.ps1
- docs\System\Management\Automation\Language\AttributeAst\README.md
- docs\Language.HLSL.md
- Languages\TypeScript\TypeScript-Language.ps1
- Types\CommandInfo\Validate.ps1
- docs\System\Management\Automation\Language\AttributeAst\get_ResolvedCommand.md
- docs\Aspect.ModuleCommandPattern.md
- Languages\TypeScript\TypeScript-Template-HelloWorld.ps1
- Types\CommandInfo\get_Links.ps1
- docs\System\Management\Automation\Language\AttributeAst\get_Parameter.md
- docs\PipeScript.Automatic.Variable.MyCaller.md
- Languages\TypeScript\TypeScript-Template-HelloWorld.ps.ps1
- Types\CommandInfo\get_HasValidation.ps1
- docs\System\Management\Automation\Language\ScriptBlockExpressionAst\README.md
- docs\DoubleDotting.md
- Languages\TypeScript\TypeScript-Language.ps.ps1
- Types\CommandInfo\get_IsStronglyPiped.ps1
- docs\System\Management\Automation\Language\ScriptBlockExpressionAst\get_IsEmpty.md
- docs\Template.RegexLiteral.js.md
- Languages\BASIC\BASIC-Language.ps1
- Types\CommandInfo\GetHelpField.ps1
- docs\System\Management\Automation\Language\ExpandableStringExpressionAst\README.md
- docs\VFP.md
- Languages\BASIC\BASIC-Language.ps.ps1
- Types\CommandInfo\get_CacheControl.ps1
- docs\System\Management\Automation\Language\ExpandableStringExpressionAst\Expand.md
- docs\PipeScript.Template.md
- Languages\XML\XML-Language.ps1
- Types\CommandInfo\get_FullyQualifiedName.ps1
- docs\System\Management\Automation\Language\VariableExpressionAst\README.md
- docs\Template.Assignment.py.md
- Languages\XML\XML-Language.ps.ps1
- Types\CommandInfo\get_Description.ps1
- docs\System\Management\Automation\Language\VariableExpressionAst\ConvertFromAST.md
- docs\Language.XML.md
- Languages\CSS\CSS-Language.ps.ps1
- Types\CommandInfo\get_Metadata.ps1
- docs\System\Management\Automation\Language\VariableExpressionAst\GetAssignments.md
- docs\Aspect.ModuleExtensionCommand.md
- Languages\CSS\CSS-Language.ps1
- Types\CommandInfo\get_Category.ps1
- docs\System\Management\Automation\Language\VariableExpressionAst\GetVariableType.md
- docs\2022-07.md
- Languages\Vue\Vue-Language.ps1
- Types\CommandInfo\get_Rank.ps1
- docs\System\Management\Automation\Language\CommandAst\README.md
- docs\Invoke-Interpreter.md
- Languages\Vue\Vue-Language.ps.ps1
- Types\CommandInfo\get_Examples.ps1
- docs\System\Management\Automation\Language\CommandAst\AsSentence.md
- docs\System.Management.Automation.Language.Ast.GetLineage.md
- Languages\YAML\YAML-Language.ps.ps1
- Types\CommandInfo\get_CommandMetaData.ps1
- docs\System\Management\Automation\Language\ScriptRequirements\README.md
- docs\Language.HCL.md
- Languages\YAML\YAML-Language.ps1
- Types\CommandInfo\CouldPipeType.ps1
- docs\System\Management\Automation\Language\ScriptRequirements\get_Script.md
- docs\Pipescript.FunctionDefinition.md
- Languages\TCL\TCL-Language.ps1
- Types\CommandInfo\get_Synopsis.ps1
- docs\System\Management\Automation\Language\ScriptBlockAst\README.md
- docs\ConditionalKeyword.md
- Languages\TCL\TCL-Language.ps.ps1
- Tests\Examples\Language.Go.examples.tests.ps1
- docs\System\Management\Automation\Language\ScriptBlockAst\get_IsEmpty.md
- docs\2022-12.md
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.8 (current version) | 3,540 | 2/19/2024 |
0.2.7 | 987 | 12/18/2023 |
0.2.6 | 113 | 6/29/2023 |
0.2.5 | 29 | 4/27/2023 |
0.2.4 | 13 | 3/31/2023 |
0.2.3 | 24 | 3/12/2023 |
0.2.2 | 36 | 12/24/2022 |
0.2.1 | 23 | 11/16/2022 |
0.2 | 10 | 11/14/2022 |
0.1.9 | 17 | 11/7/2022 |
0.1.8 | 15 | 10/21/2022 |
0.1.7 | 15 | 10/9/2022 |
0.1.6 | 12 | 10/8/2022 |
0.1.5 | 21 | 9/22/2022 |
0.1.4 | 23 | 9/19/2022 |
0.1.3 | 19 | 9/15/2022 |
0.1.2 | 14 | 9/8/2022 |
0.1.1 | 20 | 8/8/2022 |
0.1 | 16 | 8/1/2022 |
0.0.14 | 12 | 7/31/2022 |
0.0.13 | 17 | 7/26/2022 |
0.0.12 | 12 | 7/24/2022 |
0.0.11 | 16 | 7/20/2022 |
0.0.9 | 15 | 7/15/2022 |
0.0.8 | 14 | 7/10/2022 |
0.0.7 | 15 | 7/4/2022 |
0.0.6 | 13 | 7/2/2022 |
0.0.5 | 15 | 6/29/2022 |
0.0.4 | 13 | 6/28/2022 |
0.0.3 | 17 | 6/22/2022 |
0.0.2 | 12 | 6/21/2022 |
0.0.1 | 13 | 6/21/2022 |