/ebnf_live_graphviz

streamlit w3c ebnf visualzer, json output, markdown visualizer, and live graphviz hierarchy

Primary LanguagePython

Uses Ace editor ( set to coffee for highlighting ).

caveat :

not this:

rulenamee 
  ::= blahblah
  | blahtwo
  | blahthree

fix it to this:

rulenamee ::= blahblah | blahtwo | blahthree

rules each on one line (sorry, lazy)

cmd line:

streamlit run ebnf_visualizer.py