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 26 languages or file types.
3+ PipeScript can currently be embedded in 27 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).
@@ -36,6 +36,7 @@ Transpilers should call ```.>PipeScript.Inline``` to simplify and standarize pro
3636| [ TOML] ( Inline.TOML.psx.ps1 ) | [ TOML Inline PipeScript Transpiler.] ( Inline.TOML.psx.ps1 ) |
3737| [ TypeScript] ( Inline.TypeScript.psx.ps1 ) | [ TypeScript Inline PipeScript Transpiler.] ( Inline.TypeScript.psx.ps1 ) |
3838| [ XML] ( Inline.XML.psx.ps1 ) | [ XML Inline PipeScript Transpiler.] ( Inline.XML.psx.ps1 ) |
39+ | [ YAML] ( Inline.YAML.psx.ps1 ) | [ Yaml File Transpiler.] ( Inline.YAML.psx.ps1 ) |
3940
4041
4142
You can’t perform that action at this time.
0 commit comments