I'm currently going through the LLVM OCaml bindings tutorial in preparation for using LLVM in my own project.  While the tutorial is very helpful, it was somewhat hard to start due to the fact that I plan on using ocamllex and ocmalyacc and the tutorial hand rolls their own lexer and parser.<br>
<br>I have managed to adapt almost all of the tutorial code into using ocamllex and ocamlyacc (the only thing I'm missing is the ability to assign precendence to user defined binary and unary operators), and was wondering if ther would be an interest in adding my code as supplimental material.<br>
<br>Sincerely,<br>Chris Wailes<br>