0

I'm intrigued by using Clang as embedded C++ interpreter. Is it possible to interpret "hello world" with it? The aim is to pass source filepath or source code as a string and get input/output streams with no executables invocations (it seems clang's Driver executes clang and/or linker executable).

1 Answer 1

1

You may want to consider cling (http://root.cern.ch/drupal/content/cling) which is C++ interpreter built in top of clang libraries.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks for the suggestions. unfortunately i'm having strange cling errors: stackoverflow.com/questions/24082354/…

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.