antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.41k stars 79 forks source link

extract widget macro parsing from expansion #287

Open euclio opened 3 years ago

euclio commented 3 years ago

This commit separates the parsing step from the expansion step in the widget macro. It makes it clearer which items are required vs optional, and improves the error messages.