mdaines / grammophone

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

First pass at using CodeMirror #18

Closed mdaines closed 1 year ago

mdaines commented 1 year ago

Use CodeMirror with language support for the Grammophone rules grammar instead of just a textarea tag. This is a continuation of the work to use Lezer for the parser.