mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
130 stars 4 forks source link

Haml transform rewrite #49

Closed aalin closed 1 year ago

aalin commented 1 year ago

Changes the transformer to generate an AST that can be stringified rather than generating a string.

Easier to work with.

Not perfect, but better than the previous solution.