NAME
tuxedo.pl - find subs in a Z-code file
DESCRIPTION
This program finds the locations of the subroutines in a Z-code file.
Right now, the program is actually used to confirm that the pure Perl parser is working - it compares the results with the results from the state-of-the-art (1992) txd parser, and lists any differences.
(Note: some differences are OK. It appears that txd sometimes ignores a @ret in a file if there's another returning opcode just before it; in weird cases, this can lead to significant differences in the reported last command in the sub.)
NOTES
If I had but world enough and time, tuxedo could become a fancy (more "formal") version of txd and its companion, infodump. But in reality, it's more of a black-and-white version of txd.
AUTHOR
Amir Karger <akarger@cpan.org>
LICENSE
Copyright (c) 2004 Amir Karger. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.