EBNF Syntax: EBNF Tool

Syntax Productions
Variants
Terminals
Literals
Production Cross Reference

Syntax Productions

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Start Symbol (file)

Name Production
expr term { "|" term }
factor
file { prod }
lhs NAME
prod lhs ":" expr "."
term factor { factor }


Variants

Variant Used in Variant Expressions
Syntax 2.0...factor ... "(+" NAME expr ")" ...

Terminals

Terminal Used in
ATTR factor
LITERAL factor
NAME factor / lhs
TERMINAL factor

Literals

Literal Used in
( factor
(+ factor
) factor
. prod
: prod
< factor
> factor
[ factor
] factor
{ factor
| expr
} factor

Production Cross Reference

Production Used in
exprfactor / prod
factorterm
file
lhsprod
prodfile
termexpr

Created with ebnf2html.pl (andreas.gieriet@externsoft.ch)