community icon indicating copy to clipboard operation
community copied to clipboard

Package Cling C++ interpreter

Open blockspacer opened this issue 5 years ago • 2 comments

Proof of concept: https://github.com/blockspacer/cling_conan.git

My use case: I use libtooling and cling to parse and execute C++ code at compile-time. https://github.com/blockspacer/CXXCTP

Related to: https://github.com/root-project/cling/issues/342 https://github.com/bincrafters/community/issues/292

blockspacer avatar May 11 '20 08:05 blockspacer

This depends on LLVM right?

LLVM is still work in progress. See e.g. https://github.com/conan-io/conan-center-index/pull/1450

Croydon avatar Nov 17 '20 11:11 Croydon

@Croydon Cling uses branch cling-v0.9 from repo "http://root.cern.ch/git/llvm.git" instead of https://github.com/llvm/llvm-project.git LLVM recipe is similar, but not required for cling recipe

blockspacer avatar May 21 '21 06:05 blockspacer