lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Write visualizer for grammars #36

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

This depends on the grammar implementation to be more cooked up. Write a GraphViz visualizer for the grammar, nonterminal and terminal classes. It should produce output that looks like this: http://json.org/

RoboCafaz commented 12 years ago

Dibs.