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

NAME

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

SYNOPSIS

 use DDC::PP::yyqparser;

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

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

DESCRIPTION

Caveat Programmor: This module is auto-generated with Parse::Yapp. Do NOT change yyqparser.pm directly, change yyqparser.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 = $yyqparser->newQuery($querySubclass, %queryArgs);

Just wraps DDC::newQuery.

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

Error reporting subroutine.

ACKNOWLEDGEMENTS

Perl by Larry Wall.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011-2017 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.14.2 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

perl(1), DDC::PP(3perl), DDC::PP::CQueryCompiler(3perl), DDC::PP::yyqlexer(3perl).