mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
- Rename the method called on string to "interpolate". - Make the argument passed to that a first-class StringInterpolation object. - Make that contain a list of strings and InterpolatedField objects. These first-class objects will make it easier to add things like format strings and the raw uninterpolated text while still having a pleasant API.