File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11This directory contains Inline PipeScript transpilers for several languages.
22
3- PipeScript can currently be embedded in 25 languages or file types.
3+ PipeScript can currently be embedded in 26 languages or file types.
44
55Transpilers in this directory should be named ``` Inline.NameOfLanguage.psx.ps1 ``` .
66Each file should handle one and only one language (better explicit than terse).
@@ -21,6 +21,7 @@ Transpilers should call ```.>PipeScript.Inline``` to simplify and standarize pro
2121| [ Java] ( Inline.Java.psx.ps1 ) | [ Java Inline PipeScript Transpiler.] ( Inline.Java.psx.ps1 ) |
2222| [ JavaScript] ( Inline.JavaScript.psx.ps1 ) | [ JavaScript Inline PipeScript Transpiler.] ( Inline.JavaScript.psx.ps1 ) |
2323| [ Json] ( Inline.Json.psx.ps1 ) | [ JSON PipeScript Transpiler.] ( Inline.Json.psx.ps1 ) |
24+ | [ Kotlin] ( Inline.Kotlin.psx.ps1 ) | [ Kotlin Inline PipeScript Transpiler.] ( Inline.Kotlin.psx.ps1 ) |
2425| [ Markdown] ( Inline.Markdown.psx.ps1 ) | [ Markdown File Transpiler.] ( Inline.Markdown.psx.ps1 ) |
2526| [ ObjectiveC] ( Inline.ObjectiveC.psx.ps1 ) | [ Objective C PipeScript Transpiler.] ( Inline.ObjectiveC.psx.ps1 ) |
2627| [ OpenSCAD] ( Inline.OpenSCAD.psx.ps1 ) | [ OpenSCAD Inline PipeScript Transpiler.] ( Inline.OpenSCAD.psx.ps1 ) |
You can’t perform that action at this time.
0 commit comments