Details
-
Task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
implement the expressions in Strings stuff. e.g. "foo ${bar} whatnot" which should create a CompositeStringExpression AST node.
Will require another smallish lexer/parser.
At the runtime level, this maps to an instance of CompositeString which can be introspected, or can be called toString()