[LLVMdev] C++ Interpreter

Douglas Gregor dgregor at apple.com
Mon Aug 31 13:43:45 PDT 2009


On Aug 31, 2009, at 1:19 PM, Renato Golin wrote:

> 2009/8/31 Axel Naumann <Axel.Naumann at cern.ch>:
>> we want to implement a C++ interpreter using LLVM and clang
>
> Isn't clang going on that direction anyway?


Clang is meant to be flexible enough to be used as the basis for a C++  
interpreter. However, there will probably be a bit of work to do in  
Clang to make this happen, e.g., by providing clean APIs for an  
interpreter to call into Clang's parser to parse a new expression/ 
statement/function.

	- Doug



More information about the llvm-dev mailing list