You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libCompile
~~~~~~~~~~
libCompile is a library that enables the compilation
of string containing valid C++ code and the subsequent
execution of its functions.
libCompile is based on clang, the C language family compiler
frontend for LLVM.
About
A library based on clang that enables the compilation execution of C++ code during runtime.