luau/Ast/src
JohnnyMorganz edb4453924
Support ["prop"] syntax on class definitions (#704)
Some classes have properties which are not valid identifiers (such as
https://create.roblox.com/docs/reference/engine/classes/Studio)

This adds support for the following syntax in definition files:
```lua
declare class Foo
    ["a property"]: string
end
```

Closes #702
2022-10-18 10:15:26 -07:00
..
Ast.cpp Sync to upstream/release/543 (#657) 2022-09-01 16:14:03 -07:00
Confusables.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Lexer.cpp Sync to upstream/release/543 (#657) 2022-09-01 16:14:03 -07:00
Location.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Parser.cpp Support ["prop"] syntax on class definitions (#704) 2022-10-18 10:15:26 -07:00
StringUtils.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
TimeTrace.cpp Sync to upstream/release/522 (#450) 2022-04-07 14:29:01 -07:00