Skip to content

Commit

Permalink
Make Compilers a subsection under Tools
Browse files Browse the repository at this point in the history
Ref: #10
  • Loading branch information
nabijaczleweli committed Jan 25, 2016
1 parent e7b937f commit 2aca198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A list of actually decent, actually used AND appreciated in the industry C++ lib
## Tools
* [`clang-format`](http://clang.llvm.org/docs/ClangFormat.html) - Highly integratable C/C++/Java/JavaScript/Objective-C/Protobuf code formatter from the Clang team.

## Compilers
### Compilers
* [GNU GCC](https://gcc.gnu.org) - Part of the GNU Compiler Collection, and for many the reference in terms of C++ implementations.
* [Clang](http://clang.llvm.org/) - A modern, modular C++ compiler, often the first to implement new C++ features. Bundled with [Xcode](https://developer.apple.com/xcode/) for Mac OS users.
* [MinGW-w64](http://mingw-w64.org/doku.php) - A port of the GNU GCC compiler to Windows, offering almost everything the Linux version offers.
Expand Down

0 comments on commit 2aca198

Please sign in to comment.