-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
code generationIssues related to code generationIssues related to code generationsemanticsIssues related to semanticsIssues related to semanticsspecIssues related to the FPP language specificationIssues related to the FPP language specification
Description
It would be useful to be able to concatenate strings and interpolate string constants into other strings. This would help with configuring subtopologies. For example, one could provide a configuration constant
fooConfig="defaultFooConfig"
and then provide a subtopology code snippet like
"configureFoo(" + fooConfig + ")"
or
"configureFoo($fooConfig)"
Then the user can configure the code snippet by providing a new definition for fooConfig.
Metadata
Metadata
Assignees
Labels
code generationIssues related to code generationIssues related to code generationsemanticsIssues related to semanticsIssues related to semanticsspecIssues related to the FPP language specificationIssues related to the FPP language specification
Type
Projects
Status
Backlog