| 63 |
<box title="Side products" link="side"> |
<box title="Side products" link="side"> |
| 64 |
<section title="ulex"> |
<section title="ulex"> |
| 65 |
<p> |
<p> |
| 66 |
<code>ulex</code> is a lexer generator for Unicode and OCaml. |
<code>ulex</code> is a lexer generator for Unicode and OCaml written by |
| 67 |
|
Alain Frisch. |
| 68 |
</p> |
</p> |
| 69 |
<ul> |
<ul> |
| 70 |
<li><a href="download/ulex-0.4.tar.gz">ulex-0.4.tar.gz</a></li> |
<li><a href="download/ulex-0.4.tar.gz">ulex-0.4.tar.gz</a></li> |
| 71 |
</ul> |
</ul> |
| 72 |
|
<p> |
| 73 |
|
In addition to CDuce, <code>ulex</code> is also used in other |
| 74 |
|
projects (please let me know if you know others): |
| 75 |
|
</p> |
| 76 |
|
<ul> |
| 77 |
|
<li> |
| 78 |
|
<a href="http://mattam.ath.cx/progs/yaxi.html">Yaxi</a> (XML,XPath,XSLT library for OCaml); includes lexers for XML and XPath. |
| 79 |
|
</li> |
| 80 |
|
<li> |
| 81 |
|
<a href="http://felix.sourceforge.net/">Felix</a> (programming language). |
| 82 |
|
</li> |
| 83 |
|
</ul> |
| 84 |
</section> |
</section> |
| 85 |
</box> |
</box> |
| 86 |
|
|