slint/sixtyfps_compiler/parser
Olivier Goffart e0ed5252a8 Parse type declaration
```
export Foo := {
    property <int> xxx;
}
```
2020-09-16 18:26:13 +02:00
..
document.rs Parse type declaration 2020-09-16 18:26:13 +02:00
expressions.rs Start working on a debug statement 2020-09-03 19:10:07 +02:00
statements.rs sixtyfps_compiler: parser: Move code to use new nth and kind functions 2020-08-31 15:02:41 +02:00
type.rs Parse object and array type 2020-09-03 07:43:20 +02:00