Zen
A cross-platform functional programming language

Optimizer Class Reference

Class for optimizing the AST after creation. More...

#include <Optimizer.hpp>

List of all members.

Public Member Functions

 Optimizer ()
 Default constructor.
 ~Optimizer ()
 Destructor.
void optimize (Ast::Unit &unit)
 Optimizes the specified AST.

Detailed Description

Class for optimizing the AST after creation.

Todo:
Optimization not implemented yet.

Member Function Documentation

void optimize ( Ast::Unit unit)

Optimizes the specified AST.

Parameters:
unitThe AST tobe optimized

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines