conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Support `clang-repl` (C++ repl)

Open PowerUser64 opened this issue 9 months ago • 0 comments

Currently, Conjure does not support evaluating C++ code. If Conjure were to add support for clang-repl, then it would be able to evaluate C++ code.

Prerequisites:

  • [ ] C++ sandbox file (eg. like this one), containing expressions that Conjure should be able to evaluate.
    • This file should try to contain examples of edge cases that Conjure would need to walk up the AST in order to evaluate without causing errors.

PowerUser64 avatar Jun 09 '25 21:06 PowerUser64