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

NAME

gen-tracer-view.pl - Generate the HTML view for the PCR tracer

SYNOPSIS

  $ perl util/compile_p6grammar.pl -D examples/digits.grammar > Digits.pm
  $ echo '7c3d54' > digits.input
  $ perl -Ilib -MDigits -e 'print Digits->count(<>)->(), "\n"' digits.input > trace.out
  $ perl util/gen-tracer-view.pl --outdir tmp/digits examples/digits.grammar digits.input < trace.out
  $ firefox tmp/digits/index.html

SEE ALSO

AUTHOR

Agent Zhang <agentzh@yahoo.cn>.

COPYRIGHT

Copyright (c) 2007 by Yahoo! China Inc.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.