rcrl
rcrl copied to clipboard
Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)
1) calling cmake from command line throws "Error: could not load cache" 2) opening the folder from CS/IDE stops with " ninja: error: build.ninja:123: bad $-escape (literal $ must be...
I have forked your library [RCRL](https://github.com/Islam0mar/rcrl) and used libclang with some changes as the following: - Text input is feed to clang. - Traverse the parsed code for functions &...
For some reason [this test](https://github.com/onqtam/rcrl/blob/5c4d63b4e49f826f5a61e06a67a44bb34b6641f4/tests/compiler_tests.cpp#L20) (which exports a function called ```test_ctor_dtor_order()``` and calls it from RCRL-submitted code) for the order of construction and destruction of variables from a ```vars``` section...
Hi, I'm interested in using your RCRL in VSCode for msvc compiler. I successfully built and ran the tests but I have no clue how to use it within the...