Attached are alternative the files for chapters 1-7 that use ocamlyacc and ocamllex. I have cleaned them up and debugged them as best I can but I may have missed something, so any comments on them would be great. Also, the LLVM-OCaml bindings are messed up in Fedora 10 (some of the binary files point to their origonal build directory) so I had to put in a dirty hack in the Makefile. I left in in simply because I didn't want to have to put it back in every time I needed to test changes to the code. - Chris Wailes -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090418/06f74cc3/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-tutorial.tar.gz Type: application/x-gzip Size: 12194 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090418/06f74cc3/attachment.bin>
On Apr 17, 2009, at 9:41 PM, Chris Wailes wrote:> Attached are alternative the files for chapters 1-7 that use > ocamlyacc and ocamllex. I have cleaned them up and debugged them as > best I can but I may have missed something, so any comments on them > would be great. Also, the LLVM-OCaml bindings are messed up in > Fedora 10 (some of the binary files point to their origonal build > directory) so I had to put in a dirty hack in the Makefile. I left > in in simply because I didn't want to have to put it back in every > time I needed to test changes to the code.This is very nice, can you please change them to be a patch to the existing tutorial? -Chris