Skip to content

Commit d78633a

Browse files
author
James Brundage
committed
Updating README:
Moving around content and adding implicit interpretation explanation
2 parents e5b3adf + 40f712e commit d78633a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM mcr.microsoft.com/powershell
33

44

5-
ENV PIPESCRIPT_VERSION 0.2.6
5+
ENV PIPESCRIPT_VERSION 0.2.7
66

77

88
RUN apt-get update && apt-get install -y git curl ca-certificates libc6 libgcc1

PipeScript.psd1

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TypesToProcess = 'PipeScript.types.ps1xml'
99
Guid = 'fc054786-b1ce-4ed8-a90f-7cc9c27edb06'
1010
CompanyName = 'Start-Automating'
11-
Copyright = '2022 Start-Automating'
11+
Copyright = '2022-2023 Start-Automating'
1212
Author = 'James Brundage'
1313
FunctionsToExport = 'Get-Transpiler','Start-PSNode','Import-ModuleMember','Invoke-Interpreter','Route.Uptime','Route.VersionInfo','Export-Pipescript','Get-PipeScript','Import-PipeScript','Invoke-PipeScript','Join-PipeScript','New-PipeScript','Search-PipeScript','Update-PipeScript','Use-PipeScript','Out-HTML','Compile.LanguageDefinition','Signal.Nothing','Signal.Out','Parse.CSharp','Parse.PowerShell','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','PipeScript.Optimizer.ConsolidateAspects','Protocol.HTTP','Protocol.JSONSchema','Protocol.OpenAPI','Protocol.UDP','ConvertFrom-CliXml','ConvertTo-CliXml','Export-Json','Import-Json','Aspect.DynamicParameter','Aspect.ModuleExtensionType','Aspect.ModuleExtensionPattern','Aspect.ModuleExtensionCommand','Aspect.GroupObjectByTypeName','Aspect.GroupObjectByType','PipeScript.PostProcess.InitializeAutomaticVariables','PipeScript.PostProcess.PartialFunction','Language.Scala','Language.Wren','Template.HelloWorld.wren','Language.PowerShell','Language.PowerShellData','Language.PowerShellXML','Language.Kusto','Language.Racket','Language.BASIC','Language.CPlusPlus','Language.XSD','Language.Java','Language.GLSL','Language.OpenSCAD','Language.BrightScript','Language.FSharp','Language.Dart','Language.PHP','Language.PipeScript','Language.Perl','Language.R','Language.HTML','Language.YAML','Language.Ruby','Template.HelloWorld.rb','Language.XSL','Language.GCode','Language.HCL','Language.Razor','Language.Conf','Language.Go','Language.Bash','Language.Eiffel','Language.ADA','Language.Liquid','Language.XML','Language.Vue','Language.CSS','Language.RSS','Language.Python','Language.Bicep','Language.LaTeX','Language.HLSL','Language.Docker','Language.SVG','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.TOML','Language.Haxe','Language.WebAssembly','Language.Rust','Language.Lua','Language.Markdown','Language.Batch','Language.TypeScript','Template.HelloWorld.ts','Language.ObjectiveC','Language.CSharp','Template.Class.cs','Template.HelloWorld.cs','Template.Method.cs','Template.Namespace.cs','Template.Property.cs','Template.TryCatch.cs','Language.SQL','Language.Arduino','Language.JSON','Language.XAML','Language.TCL','Language.ATOM','Language.Kotlin'
1414
PrivateData = @{
@@ -221,10 +221,13 @@ PipeScript can now easily define any language and you can now interpret Anything
221221
* Languages can also specify translation methods (.TranslateFromAstType)
222222
* More support for the PowerShell Abstract Syntax Tree and Roslyn
223223
* New languages supported: Docker, XSL, XSD, BrightScript, Conf, Wren, Vue, F#, GCODE
224-
* Start-PSNode lets you run PowerShell as a microservice
224+
* New Commands:
225+
* Start-PSNode lets you run PowerShell as a microservice
225226
* Import/Export-JSON make JSON easier to work with
226227
* Import-ModuleMember lets modules flexibly self-extend
227-
* Out-HTML is back!
228+
* Out-HTML gives formatted HTML output!
229+
230+
... and much, much more
228231
229232
---
230233

docs/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ PipeScript can now easily define any language and you can now interpret Anything
99
* Languages can also specify translation methods (.TranslateFromAstType)
1010
* More support for the PowerShell Abstract Syntax Tree and Roslyn
1111
* New languages supported: Docker, XSL, XSD, BrightScript, Conf, Wren, Vue, F#, GCODE
12-
* Start-PSNode lets you run PowerShell as a microservice
12+
* New Commands:
13+
* Start-PSNode lets you run PowerShell as a microservice
1314
* Import/Export-JSON make JSON easier to work with
1415
* Import-ModuleMember lets modules flexibly self-extend
15-
* Out-HTML is back!
16+
* Out-HTML gives formatted HTML output!
17+
18+
... and much, much more
1619

1720
---
1821

0 commit comments

Comments
 (0)