luau/Ast/include/Luau
boyned//Kampfkarren da9d8e8c60
String interpolation (#614)
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>
2022-08-24 12:01:00 -07:00
..
Ast.h String interpolation (#614) 2022-08-24 12:01:00 -07:00
Confusables.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
DenseHash.h Sync to upstream/release/523 (#459) 2022-04-14 16:57:43 -07:00
Lexer.h String interpolation (#614) 2022-08-24 12:01:00 -07:00
Location.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
ParseOptions.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
ParseResult.h Sync to upstream/release/514 (#372) 2022-02-17 17:18:01 -08:00
Parser.h String interpolation (#614) 2022-08-24 12:01:00 -07:00
StringUtils.h String interpolation (#614) 2022-08-24 12:01:00 -07:00
TimeTrace.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00