Merge branch 'refactor' of github.com:mattgodbolt/gcc-explorer into refactor
tree: 2b61d4941f45016282266eaa925a0df3f92c9a14
  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!