Zen
A cross-platform functional programming language
|
Class for optimizing the AST after creation. More...
#include <Optimizer.hpp>
Public Member Functions | |
Optimizer () | |
Default constructor. | |
~Optimizer () | |
Destructor. | |
void | optimize (Ast::Unit &unit) |
Optimizes the specified AST. |
Class for optimizing the AST after creation.
void optimize | ( | Ast::Unit & | unit | ) |
Optimizes the specified AST.
unit | The AST tobe optimized |