mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Implements the string interpolation RFC (#165). Adds the string interpolation as per the RFC. ```lua local name = "world" print(`Hello {name}!`) -- Hello world! ``` Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com> Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com> |
||
---|---|---|
.. | ||
BuiltinFolding.cpp | ||
BuiltinFolding.h | ||
Builtins.cpp | ||
Builtins.h | ||
BytecodeBuilder.cpp | ||
Compiler.cpp | ||
ConstantFolding.cpp | ||
ConstantFolding.h | ||
CostModel.cpp | ||
CostModel.h | ||
lcode.cpp | ||
TableShape.cpp | ||
TableShape.h | ||
ValueTracking.cpp | ||
ValueTracking.h |