Categories
Yaccviso
Yaccviso visualizes yacc and bison grammars. It will generate a .dot or .vcg file that you can play around with in graphviz (from AT&T research labs fame) or VCG. The graphics above shows a very simple version of the very same yacc grammar which was used to write Yaccviso.
Is is especially helpful when you have a large grammar file. Yaccviso will show you the dependencies between the grammar's left hand side (LHS) and its corresponding RHS non terminals and terminal symbols. It just helps to visualize! This is especially true when you have to keep in mind the first- and follow-sets.
Last updated 16 Oct, 2006
About
Leadership
- Aaron Kaplan - Maintainer
- Axel Belifante - Contributor
Requirements
- flex 2.5.4 or higher (Use Requirement)
- bison or yacc (Use Requirement)
- gcc (Use Requirement)
- make (Use Requirement)
Versions
1.3
1.3 released on 2006-10-15
- Released: 15 Oct, 2006
- Code Maturity: Stable
- Source Archive: http://www.lo-res.org/~aaron/yaccviso/yaccviso-...
- Licenses: GPLv2orlater
- Interfaces: X Window System
User Community and Support
Documentation in pdf at http://www.lo-res.org/~aaron/yaccviso/docu.pdf




