cce icon indicating copy to clipboard operation
cce copied to clipboard

commandline compiler explorer - use https://godbolt.org from your terminal!

Results 6 cce issues
Sort by recently updated
recently updated
newest added

hi, super handy tool, I was wondering if we can pass some of the parameters available from the REST API ? "filters": { "binary": false, "commentOnly": true, "demangle": true, "directives":...

While trying the example from the main page with the options that are to be passed to the compiler I get the following error: `thread 'main' panicked at 'could not...

Would be very useful for generating testcases

Hi, Publishing it will make installing easier and allow developers to embed the crate in their applications. Just `cargo install cce` I am very interested in this project Thanks

Hi @ethanhs, for myself, implemented in Python, I wrote a little script to open a C++ source file on a locally running instance of Compiler Explorer. The benefit is that...