July 2010
Announcing: Codetalker
One problem with many existing solutions is that they are limited in power and flexibility by a reliance on a DSL (often BNF-like) for grammar definition. … So I went back to python. Flexible? Totally. Powerful? Definitely. Capable? Of course. And doing everything in python allowed me to avoid the kind of frankinsteined mashups that are ANTLR grammar definitions.
July 2009
Automatic Generation of Syntax Diagrams with a Given Grammar
The following form calls a program written in C , that converts a grammar into syntax diagrams. The diagrams can be used for direct printing and inclusion in printable text files. Two examples for a grammar are given (a variant of the EBNF-grammar and the XPath-grammar).
Automatic Generation of Syntax Diagrams with a Given Grammar
The following form calls a program written in C , that converts a grammar into syntax diagrams.
Générateur de diagramme de syntaxe.
