mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
![]() Before we would only allow `foo.bar` where `foo` was an identifier. Now we also allow more complex expression such as `"foo".bar` or `(123 + foo).bar` (in the parser) In particular, this will allow to get the member of objects returned by functions or, in the future, part of arrays |
||
---|---|---|
.. | ||
document.rs | ||
element.rs | ||
expressions.rs | ||
statements.rs | ||
type.rs |