Skip to content

Commit 60c97d2

Browse files
committed
Merge pull request fffaraz#204 from fcharlie/master
Add ChakraCore, And amended Clang & GCC language support, llvm develo…
2 parents 5082664 + b246389 commit 60c97d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
472472
* [SWIG](http://www.swig.org/) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed]
473473
* [V7](https://github.com/cesanta/v7) - An embedded JavaScript engine. [GPL2]
474474
* [V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application. [BSD]
475+
* [ChakraCore](https://github.com/Microsoft/ChakraCore) -A JavaScript engine by Microsoft that can be embedded into nodejs. [MIT]
475476

476477
## Serialization
477478

@@ -572,8 +573,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
572573

573574
* [8cc](https://github.com/rui314/8cc) - A Small C Compiler.
574575
* [c](https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! [MIT]
575-
* [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C11. Developed by Apple. [NCSA]
576-
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C11 and OpenMP. [GNU GPL3]
576+
* [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1z C11. Developed by LLVM Team. [NCSA]
577+
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP. [GNU GPL3]
577578
* [PCC](http://pcc.ludd.ltu.se/) - A very old C compiler. Supports C99.
578579
* [Intel C++ Compiler](https://software.intel.com/en-us/c-compilers) - Developed by Intel.
579580
* [LLVM](http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies.

0 commit comments

Comments
 (0)