slint/sixtyfps_compiler/parser
Olivier Goffart b078fffc44 Parser: allow . to access member after any expression
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
2022-01-13 17:49:16 +01:00
..
document.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
element.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
expressions.rs Parser: allow . to access member after any expression 2022-01-13 17:49:16 +01:00
statements.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
type.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00