[LLVMdev] LLVM OCaml Tutorial

Chris Wailes chris.wailes at gmail.com
Mon Apr 13 17:29:44 PDT 2009


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.

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.

Sincerely,
Chris Wailes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090414/197ea357/attachment.html>


More information about the llvm-dev mailing list