kaigouthro / ebnf_live_graphviz

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%