Matt Godbolt
Matt Godbolt
See also the thread here: https://twitter.com/bbc_micro/status/1334247124142321668 Things to note: * `` `` with no space _might_ lead to a broken expansion. We might need to introduce a space. Concrete example...
I just merged 65a3dbcceb09ad47ec04ffbbde08d25dc13cb75a - does this obviate this change? If there are things you need on top of this, please merge main, then let me know and I'll look...
Gonna close and we can argue about it another time maybe when we move to node 22.*
I like the idea of this! When we were using numba at work I hacked something similar. But, the main issue is the python installation, which a number of things...
Docs on adding a compiler: https://github.com/mattgodbolt/compiler-explorer/blob/master/docs/AddingACompiler.md and we build cross-compilers using docker at https://github.com/compiler-explorer/gcc-cross-builder
Also requested by @urnathan: >or instance, invoking the compiler but providing no source, as it's system header file: ``` g++ -x c++-system-header -fmodules-ts -std=c++20 iostream ``` > then providing source...
Paging @regehr whom I think runs a CE instance somewhere with something like this - John do you think it's something we could/should merge onto the main site? Or too...
Hi there! Thanks for your interesting in helping out! I know there's already a CE instance out there that does Souper etc, separate from our site. John Regehr maintains it....
There's a load of changes that went into node in v0.12 and above (see [here](https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/) for example). I took a quick look at the code and it's a reasonably large...
+1 to this. Seems like it's written in python3 and needs numpy to run, but a `requirements.txt` with dependencies and a README on how to use would be ace. I'd...