NAME

Perl::Meta::Compiler

SYNOPSIS

  use Perl::Meta::Compiler;
  
  my $c = Perl::Meta::Compiler.new();
  $c.compileAll($class_hierarchy);

DESCRIPTION

This currently only handles compiling class properties and some built in methods. I need to work out how to alias methods to code structures.

METHODS

compileAll ($self: Perl::Meta::Class $class) returns Void
compile ($self: Perl::Meta::Class $class) returns Void

AUTHORS

Stevan Little <stevan@iinteractive.com>