Parser for OpenCL

Hi,

I’m looking for OpenCL parser. I know that implementations based on clang/llvm exist.
But is somebody know about other implementation of OpenCL ? With a particular interest for EDG based implementation.

Thanks,

Tristan

EDG?

Edison Design Group http://www.edg.com/, they have a C/C++ front-end that we use in our project: Rose Compiler http://rosecompiler.org/.
As we want to add Cuda and OpenCL support to Rose, we need an EDG patch for OpenCL (we already have the one for Cuda).

Thanks