FreeBSD Manual Pages
Pugs::Runtime::Tracer(User Contributed Perl DocumentatPugs::Runtime::Tracer(3) NAME Pugs::Runtime::Tracer - tracer runtime for Pugs::Compiler::Rule SYNOPSIS use Pugs::Runtime::Tracer; trace("blah blah blah"); trace_begin($regex_name, $regex_pos_from, $regex_pos_to, $input_pos); trace_end($regex_name, $success, $input_pos); $perl5_code_with_tracing_code = expand_tracing_code($perl5_code); DESCRIPTION This module provides tracing facilities for both PCR compile-time and run-time. SEE ALSO o compile_p6grammar.pl o "A graphical tracer for Perl 6 regexes based on PCR" <http://pugs.blogs.com/pugs/2007/10/a-graphical-tra.html>. AUTHOR Agent Zhang <agentzh@yahoo.cn>. COPYRIGHT Copyright 2007 by Yahoo! China Inc. <http://cn.yahoo.com>. LICENSE This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.1 2008-07-29 Pugs::Runtime::Tracer(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR | COPYRIGHT | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Pugs::Runtime::Tracer&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>