Skip to content

Commit daf4890

Browse files
StartAutomatingStartAutomating
authored andcommitted
Cleaning up Core Inline Transpiler (#111)
1 parent bfb2938 commit daf4890

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/Inline.Kotlin.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
Inline.Kotlin
3+
-------------
4+
### Synopsis
5+
Kotlin Inline PipeScript Transpiler.
6+
7+
---
8+
### Description
9+
10+
Transpiles Kotlin with Inline PipeScript into Kotlin.
11+
12+
Multiline comments with /*{}*/ will be treated as blocks of PipeScript.
13+
14+
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
15+
16+
This for Inline PipeScript to be used with operators, and still be valid Kotlin syntax.
17+
18+
The Kotlin Inline PipeScript Transpiler will consider the following syntax to be empty:
19+
20+
* ```null```
21+
* ```""```
22+
* ```''```
23+
24+
---
25+
### Parameters
26+
#### **CommandInfo**
27+
28+
The command information. This will include the path to the file.
29+
30+
31+
32+
|Type |Requried|Postion|PipelineInput |
33+
|--------------|--------|-------|--------------|
34+
|```[Object]```|true |1 |true (ByValue)|
35+
---
36+
### Syntax
37+
```PowerShell
38+
Inline.Kotlin [-CommandInfo] <Object> [<CommonParameters>]
39+
```
40+
---
41+
42+

0 commit comments

Comments
 (0)