Updated README with the demo site
1 file changed
tree: 211f76349d767248d84cc3d498acb9f87a597bbb
  1. .gitignore
  2. LICENSE
  3. Makefile
  4. README.md
  5. app.js
  6. etc/config/
  7. examples/
  8. lib/
  9. package.json
  10. 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][http://gcc.godbolt.org/]!