Make a compiler-wrapper script
2 files changed
tree: cce7c4f90991e8771033313df499c97e885f1ea8
  1. .gitignore
  2. LICENSE
  3. Makefile
  4. README.md
  5. app.js
  6. c-preload/
  7. etc/config/
  8. examples/
  9. lib/
  10. package.json
  11. static/
README.md

GCC Explorer

GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.

Try out the demo site!