NAME

B::Lisp - Adds ->lisp

VERSION

Version 0.01

SYNOPSIS

perl -MO=Lispy yourprogram.pl

use B qw( svref_2object );
use B::Lispy qw( lispy );
print lispy( svref_2object( \ &foo ) );

EXPORT

Optionally, lispy() is exported.

FUNCTIONS

lispy( $op )

Returns a lispy representation of an opcode.

compile( ... )

Undocumented.

AUTHOR

Joshua ben Jore jjore@cpan.org

BUGS

Please report any bugs or feature requests to bug-b-lisplist@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=B-Lisp. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2005 Joshua ben Jore, All Rights Reserved.

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