anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
827 stars 27 forks source link

feat(mox): add inline method call syntax #277

Open cakekindel opened 3 years ago

cakekindel commented 3 years ago

closes #276

MoxBlock - intermediate representation of a "syn-rsx block that needs to be transformed", was an artifact of my tooling around that I left in to easily support more transformations in the future

MoxAttr - now an enum representing the three kinds of attributes supported: <foo bar=123 baz {bingus()}> -> foo().bar(123).baz(baz).bingus().build()

cakekindel commented 3 years ago

@anp would love some :eyes: and feedback whenever you have some time :blush: