search for: ocmalyacc

Displaying 3 results from an estimated 3 matches for "ocmalyacc".

Did you mean: ocamlyacc
2009 Apr 14
4
[LLVMdev] LLVM OCaml Tutorial
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...
2009 Apr 21
0
[LLVMdev] LLVM OCaml Tutorial
...Chris Wailes <chris.wailes at gmail.com>: > 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 &...
2009 Apr 22
2
[LLVMdev] LLVM OCaml Tutorial
...at gmail.com>: > > 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 operat...