The input file can contain several EBNF rules. For example, if the file contains the following rule:
Designator = (ident | "this" | "super") {"." ident | "[" Expr "]"}.
the visualizer transforms it into the following syntax diagram
See the user manual that comes with the program.
This program is published under the GNU General Public Licence (GPL).
EBNF Visualizer
Copyright (c) 2005 Stefan Schoergenhumer, Markus Dopler
supported by Hanspeter Moessenboeck, University of Linz
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For further questions, please send an email to:
Markus Dopler, k0156207@students.jku.at or
Stefan Schörgenhumer, k0155531@students.jku.at