The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parse::EBNF::Token - An EBNF production rule token

SYNOPSIS

  use Parse::EBNF;

DESCRIPTION

This module is used internally by the EBNF parser for rule reduction. Parse::EBNF::Token objects are blessed hashes.

AUTHOR

Copyright (C) 2005, Cal Henderson <cal@iamcal.com>

SEE ALSO

Parse::EBNF, Parse::EBNF::Rule