<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Module pibfi_optimizer</title>
</head>
<body bgcolor="white">
<h1>Module pibfi_optimizer</h1>
<ul><li>
<a href="#index">Function index</a></li><li>
<a href="#exported">Exported functions</a></li></ul>
<h2>Description</h2>
Optimizer for <code>pibfi</code>.
<p>Takes an internal format as generated by the parser and
returns a (hopefully) more efficient internal format.</p>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1"><tr><th colspan="2" align="left">Exported Functions</th></tr>
<tr><td><a href="#optimize-1">optimize/1</a></td><td>Optimizes a Brainf*ck program.</td></tr>
</table>
<h2><a name="exported">Exported Functions</a></h2>
<h3><a name="optimize-1">optimize/1</a></h3>
<p><code>optimize(<a href="#type-program">program()</a>) -> <a href="#type-program">program()</a></code></p>
<p>Optimizes a Brainf*ck program.</p></body>
</html>