The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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