Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-13 | syntax: implement support for ES6 template literals | Jo-Philipp Wich | |
Implement support for ECMAScript 6 template literals which allow simple interpolation of variable values into strings without resorting to `sprintf()` or manual string concatenation. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |