NAME
Bigtop::Deparse - given an AST, makes a corresponding bigtop source file
SYNOPSIS
use Bigtop::Deparser;
my $source = Bigtop::Deparser->deparse( $ast );
DESCRIPTION
This module support TentMaker. It takes an ast as built by Bigtop::Parser.
AUTHOR
Phil Crow, <philcrow2000@yahoo.com>
COPYRIGHT AND LICENSE
Copyright (C) 2006, Phil Crow
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.