File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,18 @@ The PipeScript Core Template Transpiler.
1010
1111This 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
1717If 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**
You can’t perform that action at this time.
0 commit comments