Module bnf::node [] [src]

Structs

Expression

An Expression is comprised of any number of Terms

Grammar

A Grammar is comprised of any number of Productions

Production

A Production is comprised of any number of Expressions

Enums

Term

A Term can represent a Terminal or Nonterminal node