NAME

B::Lisp - Perl code stringifies as lisp.

VERSION

Version 0.02

SYNOPSIS

perl -MO=Lispy yourprogram.pl

use B qw( svref_2object );
use B::Lispy;
print svref_2object( \ &foo )->ROOT;

EXPORT

Optionally, lispy() is exported.

FUNCTIONS

lispy( $op )

Returns a lispy representation of an opcode.

compile( ... )

This function is private to the O module. It allows perl -MO=Lisp your-file.pl to work.

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 2006 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.