File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-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 17 languages.
3+ PipeScript can currently be embedded in 19 languages.
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,7 +21,9 @@ Transpilers should call ```.>PipeScript.Inline``` to simplify and standarize pro
2121| [ Markdown] ( Inline.Markdown.psx.ps1 ) | [ Markdown File Transpiler.] ( Inline.Markdown.psx.ps1 ) |
2222| [ ObjectiveC] ( Inline.ObjectiveC.psx.ps1 ) | [ Objective C PipeScript Transpiler.] ( Inline.ObjectiveC.psx.ps1 ) |
2323| [ OpenSCAD] ( Inline.OpenSCAD.psx.ps1 ) | [ OpenSCAD Inline PipeScript Transpiler.] ( Inline.OpenSCAD.psx.ps1 ) |
24+ | [ PHP] ( Inline.PHP.psx.ps1 ) | [ PHP PipeScript Transpiler.] ( Inline.PHP.psx.ps1 ) |
2425| [ Python] ( Inline.Python.psx.ps1 ) | [ Python Inline PipeScript Transpiler.] ( Inline.Python.psx.ps1 ) |
26+ | [ Razor] ( Inline.Razor.psx.ps1 ) | [ Razor Inline PipeScript Transpiler.] ( Inline.Razor.psx.ps1 ) |
2527| [ Ruby] ( Inline.Ruby.psx.ps1 ) | [ Ruby Inline PipeScript Transpiler.] ( Inline.Ruby.psx.ps1 ) |
2628| [ Rust] ( Inline.Rust.psx.ps1 ) | [ Rust Inline PipeScript Transpiler.] ( Inline.Rust.psx.ps1 ) |
2729| [ TOML] ( Inline.TOML.psx.ps1 ) | [ TOML Inline PipeScript Transpiler.] ( Inline.TOML.psx.ps1 ) |
You can’t perform that action at this time.
0 commit comments