Skip to content

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

Notifications You must be signed in to change notification settings

kaigouthro/ebnf_live_graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages