|
| 1 | +These are all of the transpilers currently included in PipeScript: |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +|Language |Synopsis |Pattern | |
| 6 | +|---------------------------------------|----------------------------------------|--------------------------------| |
| 7 | +|[ADA](Inline.ADA.psx.ps1) |ADA PipeScript Transpiler. |```\.ad[bs]$``` | |
| 8 | +|[ATOM](Inline.ATOM.psx.ps1) |ATOM Inline PipeScript Transpiler. |```\.atom$``` | |
| 9 | +|[Bash](Inline.Bash.psx.ps1) |Bash PipeScript Transpiler. |```\.sh$``` | |
| 10 | +|[Basic](Inline.Basic.psx.ps1) |Basic PipeScript Transpiler. |```\.(?>bas\\|vbs{0,1})$``` | |
| 11 | +|[Batch](Inline.Batch.psx.ps1) |Batch PipeScript Transpiler. |```\.cmd$``` | |
| 12 | +|[Bicep](Inline.Bicep.psx.ps1) |Bicep Inline PipeScript Transpiler. |```\.bicep$``` | |
| 13 | +|[CPlusPlus](Inline.CPlusPlus.psx.ps1) |C/C++ PipeScript Transpiler. |```\.(?>c\\|cpp\\|h\\|swig)$``` | |
| 14 | +|[CSharp](Inline.CSharp.psx.ps1) |C# Inline PipeScript Transpiler. |```\.cs$``` | |
| 15 | +|[CSS](Inline.CSS.psx.ps1) |CSS Inline PipeScript Transpiler. |```\.s{0,1}css$``` | |
| 16 | +|[Go](Inline.Go.psx.ps1) |Go PipeScript Transpiler. |```\.go$``` | |
| 17 | +|[HLSL](Inline.HLSL.psx.ps1) |HLSL Inline PipeScript Transpiler. |```\.hlsl$``` | |
| 18 | +|[HTML](Inline.HTML.psx.ps1) |HTML PipeScript Transpiler. |```\.htm{0,1}``` | |
| 19 | +|[Java](Inline.Java.psx.ps1) |Java Inline PipeScript Transpiler. |```\.(?>java)$``` | |
| 20 | +|[JavaScript](Inline.JavaScript.psx.ps1)|JavaScript Inline PipeScript Transpiler.|```\.js$``` | |
| 21 | +|[Json](Inline.Json.psx.ps1) |JSON PipeScript Transpiler. |```\.json$``` | |
| 22 | +|[Kotlin](Inline.Kotlin.psx.ps1) |Kotlin Inline PipeScript Transpiler. |```\.kt$``` | |
| 23 | +|[Markdown](Inline.Markdown.psx.ps1) |Markdown File Transpiler. |```\.(?>md\\|markdown)$``` | |
| 24 | +|[ObjectiveC](Inline.ObjectiveC.psx.ps1)|Objective C PipeScript Transpiler. |```\.(?>m\\|mm)$``` | |
| 25 | +|[OpenSCAD](Inline.OpenSCAD.psx.ps1) |OpenSCAD Inline PipeScript Transpiler. |```\.scad$``` | |
| 26 | +|[Perl](Inline.Perl.psx.ps1) |Perl Inline PipeScript Transpiler. |```\.(?>pl\\|pod)$``` | |
| 27 | +|[PHP](Inline.PHP.psx.ps1) |PHP PipeScript Transpiler. |```\.php$``` | |
| 28 | +|[PSD1](Inline.PSD1.psx.ps1) |PSD1 Inline PipeScript Transpiler. |```\.psd1$``` | |
| 29 | +|[Python](Inline.Python.psx.ps1) |Python Inline PipeScript Transpiler. |```\.py$``` | |
| 30 | +|[R](Inline.R.psx.ps1) |R PipeScript Transpiler. |```\.r$``` | |
| 31 | +|[Razor](Inline.Razor.psx.ps1) |Razor Inline PipeScript Transpiler. |```\.(cshtml\\|razor)$``` | |
| 32 | +|[RSS](Inline.RSS.psx.ps1) |RSS Inline PipeScript Transpiler. |```\.rss$``` | |
| 33 | +|[Ruby](Inline.Ruby.psx.ps1) |Ruby Inline PipeScript Transpiler. |```\.rb$``` | |
| 34 | +|[Rust](Inline.Rust.psx.ps1) |Rust Inline PipeScript Transpiler. |```\.rs$``` | |
| 35 | +|[SQL](Inline.SQL.psx.ps1) |SQL PipeScript Transpiler. |```\.sql$``` | |
| 36 | +|[TCL](Inline.TCL.psx.ps1) |TCL/TK PipeScript Transpiler. |```\.t(?>cl\\|k)$``` | |
| 37 | +|[TOML](Inline.TOML.psx.ps1) |TOML Inline PipeScript Transpiler. |```\.toml$``` | |
| 38 | +|[TypeScript](Inline.TypeScript.psx.ps1)|TypeScript Inline PipeScript Transpiler.|```\.tsx{0,1}``` | |
| 39 | +|[XML](Inline.XML.psx.ps1) |XML Inline PipeScript Transpiler. |```\.(?>xml\\|xaml\\|ps1xml)$```| |
| 40 | +|[YAML](Inline.YAML.psx.ps1) |Yaml File Transpiler. |```\.(?>yml\\|yaml)$``` | |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
0 commit comments