Skip to content

Commit 2bfe76b

Browse files
author
James Brundage
committed
Updating Template Transpiler Help
1 parent 0dce077 commit 2bfe76b

14 files changed

+4
-30
lines changed

Transpilers/Templates/ADA.Template.psx.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
-- } or -- }PipeScript ends a PipeScript block
1212
.EXAMPLE
1313
Invoke-PipeScript {
14-
$AdaScript = '
14+
HelloWorld.adb template '
1515
with Ada.Text_IO;
1616
1717
procedure Hello_World is
@@ -26,8 +26,6 @@
2626
-- }
2727
end Hello_World;
2828
'
29-
30-
[OutputFile('.\HelloWorld.ps1.adb')]$AdaScript
3129
}
3230
3331
Invoke-PipeScript .\HelloWorld.ps1.adb

Transpilers/Templates/Arduino.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid C/C++ syntax.
12-
1311
The C++ Inline Transpiler will consider the following syntax to be empty:
1412
1513
* ```null```

Transpilers/Templates/CPlusPlus.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid C/C++ syntax.
12-
1311
The C++ Inline Transpiler will consider the following syntax to be empty:
1412
1513
* ```null```

Transpilers/Templates/CSS.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid CSS syntax.
12-
1311
The CSS Inline Transpiler will consider the following syntax to be empty:
1412
1513
* ```(?<q>["'])\#[a-f0-9]{3}(\k<q>)```

Transpilers/Templates/CSharp.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid C# syntax.
12-
1311
The C# Inline Transpiler will consider the following syntax to be empty:
1412
1513
* ```String.Empty```

Transpilers/Templates/Dart.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid Dart syntax.
12-
1311
The Dart Template Transpiler will consider the following syntax to be empty:
1412
1513
* ```null```

Transpilers/Templates/HAXE.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid Haxe syntax.
12-
1311
The Haxe Inline Transpiler will consider the following syntax to be empty:
1412
1513
* ```null```

Transpilers/Templates/Java.Template.psx.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
77
Multiline comments with /*{}*/ will be treated as blocks of PipeScript.
88
9-
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
10-
11-
This for Inline PipeScript to be used with operators, and still be valid JavaScript/TypeScript syntax.
9+
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1210
1311
The Java Inline PipeScript Transpiler will consider the following syntax to be empty:
1412

Transpilers/Templates/JavaScript.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
1111
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1212
13-
This is so that Inline PipeScript can be used with operators, and still be valid JavaScript syntax.
14-
1513
The JavaScript Inline Transpiler will consider the following syntax to be empty:
1614
1715
* ```undefined```

Transpilers/Templates/Kotlin.Template.psx.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
1010
11-
This for Inline PipeScript to be used with operators, and still be valid Kotlin syntax.
12-
1311
The Kotlin Inline PipeScript Transpiler will consider the following syntax to be empty:
1412
1513
* ```null```

0 commit comments

Comments
 (0)