slint/internal/compiler/parser
Olivier Goffart ee9f730a6d Parser: Don't parse everything as a component
The old parser always try first to find `Foo :=` from the old syntax so it
would error saying it expect an identifier or `:=`
But if we don't find a component, don't try to parse it as a component too early
This way we get better error and better auto-completions
2023-04-17 07:58:18 +02:00
..
document.rs Parser: Don't parse everything as a component 2023-04-17 07:58:18 +02:00
element.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08:00
expressions.rs Parser: don't have the whitespace as part of an expression 2023-04-14 17:46:19 +02:00
statements.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
type.rs Make the old syntax a warning 2023-02-14 12:38:39 +01:00