Skip to content

PipeScript should be embeddable in single line comment languages #197

@StartAutomating

Description

@StartAutomating

While multiline comment languages are the norm, single line comment languages still persist.

That's no reason not to make those languages scriptable.

With the current design of the core inline transpiler, this would require a single change: the addition of a -LinePattern parameter.

Using -LinePattern, one could use a comment line sequence to denote the start and end of the section, and only pay attention to lines starting with -LinePattern between these two points.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions