Table of Contents

Language - Nonterminal Symbol

About

A symbol or token is called non terminal when it does not appear in the resulting formal language.

They are derived token that are expressed via a rule with a regular expression that contains:

Example

In a the following context free grammar

A -> a
A -> b

A is then nonterminal symbol.

Documentation / Reference