[LLVMdev] Require Grammar for converting C to IR

Eli Bendersky eliben at google.com
Mon Jul 29 08:56:11 PDT 2013


On Sat, Jul 27, 2013 at 9:02 AM, Vijay Daultani <vijay.daultani at gmail.com>wrote:

> Respected Sir/Madam,
>
> As I was developing some part of compiler for a project. I require grammar
> (BNF or EBNF) for converting the C code in the IR as it is not been
> mentioned any where over your official website.
>
> Awaiting for your help.
>
>
Hi Vijay,

If you are asking about compiling C into LLVM IR - take a look at Clang:
http://clang.llvm.org/. Clang is a C, C++ and ObjC front-end for LLVM.

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130729/0c760534/attachment.html>


More information about the llvm-dev mailing list