Skip to content

Commit c30d4d7

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge branch 'PipeScriptTemplatesAndOtherTools' of https://github.com/StartAutomating/PipeScript into PipeScriptTemplatesAndOtherTools
1 parent de5eccb commit c30d4d7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/PipeScript.Template.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ The PipeScript Core Template Transpiler.
1010

1111
This allows PipeScript to generate many other languages.
1212

13-
Regardless of underlying source language, a source generator works in a fairly straightforward way.
13+
Regardless of the underlying language, the core template transpiler works in a fairly straightforward way.
1414

15-
Inline PipeScript will be embedded within the file (usually in comments).
15+
A language will contain PipeScript within the file (usually in comments).
1616

1717
If a Regular Expression can match each section, then the content in each section can be replaced.
1818

19+
When a file that can be transpiled is encountered,
20+
the template transpiler for that file type will call the core template transpiler.
21+
22+
When templates are used as a keyword,
23+
the template transpiler will produce an object that can evaluate the template on demand.
24+
1925
---
2026
### Parameters
2127
#### **SourceText**

0 commit comments

Comments
 (0)