This isn't directly applicable to the JVM, but I thought you guys might be interested.
---------- Forwarded message ---------- From: Chris Lattner <[EMAIL PROTECTED]> Date: Nov 7, 2007 8:41 AM Subject: [gabble] Kaleidoscope: Implementing a Language with LLVM To: [EMAIL PROTECTED] Hi All, I whipped up a little tutorial on implementing languages with LLVM. It starts out rudimentary (writing a lexer and recursive descent parser), then talks about adding LLVM codegen support, hooking in the JIT, adding optimizations, etc: http://llvm.org/docs/tutorial/ Thoughts and comments appreciated, -Chris http://llvm.org -- lift, the secure, simple, powerful web framework http://liftweb.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
