JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
755 stars 107 forks source link

Clang-repl: Incremental parsing support #491

Open mkitti opened 3 years ago

mkitti commented 3 years ago

Incremental parsing support has been ported upstream from Cling to Clang. This should be helpful to support REPL applications.

https://root.cern/blog/cling-in-llvm/

https://reviews.llvm.org/D96033

Gnimuc commented 3 years ago

Looks like it will be in LLVM 13(Julia 1.8 or 1.9).