NAME

DDC::Query::yyparser - low-level Parse::Yapp parser for DDC::Query::Parser [DEPRECATED]

SYNOPSIS

use DDC::Query::yyparser;

$q = $yyparser->newQuery($querySubclass, %queryArgs);
undef = $yyparser->yycarp($message_template,\%macros);

##... (any Parse::Yapp method) ...

DESCRIPTION

Caveat Programmor: This module is auto-generated with Parse::Yapp. Do NOT change yyparser.pm directly, change yyparser.yp instead!

Use of this module is deprecated in favor of the DDC::XS::CQueryCompiler module providing direct access to the underlying C++ libraries.

show_hint

(undocumented)

new

(undocumented)

newQuery
$q = $yyparser->newQuery($querySubclass, %queryArgs);

Just wraps DDC::newQuery.

yycarp
undef = $yyparser->yycarp($message_template,\%macros);

Error reporting subroutine.

ACKNOWLEDGEMENTS

Perl by Larry Wall.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011-2014 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

perl(1), DDC(3perl), DDC::Query::Parser(3perl), DDC::Query::yylexer(3perl).