Open
Description
Checklist
Before submitting an issue please confirm you have checked the follow
- This issue is not a duplicate of one already open
- The title of the issue is clear
- This issue is not described in the documentation
System information
- xeus-cpp version: main
- Operating System: Linux
- CPU architecture (x86,arm,etc):
Description of issue
In xeus-cpp currently, even if the code is compiled without semicolon, it does not give the output.
Any other information you believe is relevant
This additional setup is commented out in xinterpreter which requires output of the code. This was done by getting the output from the backend by calling by reference in xeus-cling. Is there a way to get the output from cppinterop?