Adapt the parser to parse := instead of =

This commit is contained in:
Olivier Goffart 2020-05-25 10:46:00 +02:00
parent 5228f3695d
commit dd756ef112
5 changed files with 26 additions and 16 deletions

View file

@ -3,7 +3,7 @@ use wasm_bindgen::prelude::*;
// Using a macro for now. But there could be others ways to do that
sixtyfps::sixtyfps! {
SuperSimple = Rectangle {
SuperSimple := Rectangle {
color: white;
Rectangle {