Files
mattgodbolt-molty b62566c548 feat: add CypressCompiler for E2E UI tests
A compiler type that never executes a real binary. Instead it parses
directives from source comments to produce deterministic, controllable
compilation results for UI testing.

Directives: // @cypress-fake: asm/stdout/stderr/exitcode/pp/opt/gccdump
Without directives, generates assembly from function names in source.
Handles #ifdef/#else/#endif with -D flags.

Includes c++.cypress.properties with two fake compilers.
Start with: npm run dev -- --language c++ --env cypress --no-local

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-18 21:19:27 -06:00
..
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00