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

$ 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


Agent Zhang <agentzh@yahoo.cn>.

Copyright (c) 2007 by Yahoo! China Inc.

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