mdaines / grammophone

A tool for analyzing and transforming context-free grammars.
https://mdaines.github.io/grammophone
MIT License
200 stars 23 forks source link

Use Preact #19

Closed mdaines closed 1 year ago

mdaines commented 1 year ago

This converts all templates to JSX and components, and replaces the original "controllers" with components and a reducer. Some of the layout for the editor pane was previously done by measuring elements; this now uses CSS.