NAME

Perlito5::Eval - AST interpreter for Perlito

SYNOPSIS

$program_ast.eval($environment)  # runs program in interpreter

DESCRIPTION

This module executes Perlito AST in interpreter mode.

AUTHORS

Flavio Soibelmann Glock <fglock@gmail.com>. The Pugs Team <perl6-compiler@perl.org>.

SEE ALSO

The Perl 6 homepage at http://dev.perl.org/perl6.

The Pugs homepage at http://pugscode.org/.

COPYRIGHT

Copyright 2010, 2011, 2012 by Flavio Soibelmann Glock and others.

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

See http://www.perl.com/perl/misc/Artistic.html

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 240:

=begin without a target?

Around line 274:

'=end' without a target?