Skip to content

dacresni/parse-tree-grapher

Repository files navigation

Parse Tree Grapher is a program to display the parse tree of arbitrary grammars 
Simply provide the grammar spec in BNF form, a lexer by extending the Lexer class in a manner one would write a lex file, and then give Main.py some text to parse to get a dot file to be given to graphviz (input dot -Tjpg)  to display the parse tree. 

About

A program to display the parse tree of arbitrary context free grammars

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages