I recently raised a PR #23 adding the C language runtime to Falcon. To extend the language support further, I’d like to work on adding a C++ runtime next. The structure will be similar to the C runtime, with necessary adjustments for compilation and execution using g++