search for: antlr3

Displaying 1 result from an estimated 1 matches for "antlr3".

Did you mean: antlr
2009 Dec 13
1
[LLVMdev] ANTLR+LLVM example for simple C
Howdy, I just finished a book called Language Implementation Patterns but I ran out of room at 400 pages before I could squeeze in an LLVM example. I left a link in the book to the ANTLR wiki so I can slap something together: http://www.antlr.org/wiki/display/ANTLR3/LLVM The code is good but the description was slapped together I'm afraid (i.e., don't take it as an example of the book quality. ha!). The example is cool because the same generator can emit LLVM IR or C code depending on which templates we use. It's simple enough that people might...