Work in progress on refactoring
3 files changed
tree: 71028029190ebc3001128cb0164aa3c4923b22f6
  1. .gitignore
  2. .npm-updated
  3. LICENSE
  4. Makefile
  5. Notes.md
  6. README.md
  7. app.js
  8. c-preload/
  9. etc/config/
  10. examples/
  11. lib/
  12. package.json
  13. 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!