slint/internal/compiler/parser
Olivier Goffart b77368f1b6
diagnostic: try to detect use of range expression and recommand to use number
Several users have been asking if it is possible to use range
expression.
Detect this and have a meaningful error message
2025-04-19 22:47:45 +02:00
..
document.rs Fix parsing of unfinished import statement 2024-10-22 09:35:46 +02:00
element.rs Improve a bit the error when the base of an element is missing 2025-01-06 10:47:05 +01:00
expressions.rs diagnostic: try to detect use of range expression and recommand to use number 2025-04-19 22:47:45 +02:00
statements.rs
type.rs