Skip to content

Commit 64f1369

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Inline Kotlin Transpiler (#110)
1 parent b0afce6 commit 64f1369

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Transpilers/Syntax/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ This directory and it's subdirectories contain syntax changes that enable common
106106
## RegexLiteral Example 2
107107

108108

109+
~~~PowerShell
110+
Invoke-PipeScript {
111+
'/[a|b]/'
112+
~~~
113+
114+
## RegexLiteral Example 3
115+
116+
109117
~~~PowerShell
110118
{
111119
"/[$a|$b]/"
@@ -116,7 +124,7 @@ This directory and it's subdirectories contain syntax changes that enable common
116124
[regex]::new("[$a|$b]", 'IgnoreCase')
117125
~~~
118126

119-
## RegexLiteral Example 3
127+
## RegexLiteral Example 4
120128

121129

122130
~~~PowerShell
@@ -139,7 +147,7 @@ This directory and it's subdirectories contain syntax changes that enable common
139147
'@, 'IgnorePatternWhitespace,IgnoreCase')
140148
~~~
141149

142-
## RegexLiteral Example 4
150+
## RegexLiteral Example 5
143151

144152

145153
~~~PowerShell

0 commit comments

Comments
 (0)