slint/internal/compiler/llr
Olivier Goffart fa650ed5ec Allow to have builtin item function to return a value
This does some refactoring to allow builtin item functions to return a
value:
 - builtin member functions are no longer BuiltinFunction, but they are
   just normal NamedReference
 - Move special case for them in the LLR/eval
2025-03-31 14:06:24 +02:00
..
optim_passes Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00
expression.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00
item_tree.rs Fix re-instentiating if elements when the condition is dirty 2025-03-27 15:37:07 +01:00
lower_expression.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00
lower_to_item_tree.rs Improve font embedding for MCUs when bundling translations (#7875) 2025-03-18 11:54:28 +01:00
pretty_print.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00