slint/internal/compiler/llr
Olivier Goffart 0dc188f328 Support for referring to other globals from globals
- We need to make sure that the initialization of global is in the right order.
 - In C++ and rust, we need to add accessor to the global component
 - There can be `PropertyReference::Global` in binding of globals
 - The interpreter globals need to hold references to the global they may depend on

Fixes #175
2022-02-28 10:14:34 +01:00
..
optim_passes Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
expression.rs llr: Fix the type of LayoutCacheAccess 2022-02-16 18:46:37 +01:00
item_tree.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
lower_expression.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lower_to_item_tree.rs Fix the inliner thinking property are not modified when they are 2022-02-17 16:25:48 +01:00
pretty_print.rs Count the uses of property, and do not generate properties that are not used 2022-02-17 16:25:48 +01:00