
Parse::RandGen::Literal - Literal terminal Condition element

Literal is a terminal Condition element that matches the literal. The only choice for picking a good Literal is the literal itself.

Creates a new Literal. The first argument (required) is the literal element (e.g. "Hello Washington!"). All other arguments are named pairs.
Returns the Literal element (i.e. the literal itself).

Parse::RandGen::Condition, Parse::RandGen::Rule, Parse::RandGen::Production, and Parse::RandGen

Jeff Dutton