<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Module pibfi_parser</title>
</head>
<body bgcolor="white">
<h1>Module pibfi_parser</h1>
<ul><li>
<a href="#index">Function index</a></li><li>
<a href="#exported">Exported functions</a></li></ul>
<h2>Description</h2>
Brainf*ck parser for <code>pibfi</code>.
<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="#parse-2">parse/2</a></td><td>Transforms a string into a nested tuple data structure
suitable for interpretation.</td></tr>
</table>
<h2><a name="exported">Exported Functions</a></h2>
<h3><a name="parse-2">parse/2</a></h3>
<p><code>parse(string() | binary(), Options) -> {<a href="#type-tuple">tuple()</a>, string()}</code></p>
<p>Transforms a string into a nested tuple data structure
suitable for interpretation.</p></body>
</html>