Update README.md

Added a new section (C++) and in there, added IKOS
This commit is contained in:
Vladislav P 2021-12-26 13:43:07 -05:00 committed by GitHub
parent eeb67c1039
commit b29d6349ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,9 @@
* [Otter](https://bitbucket.org/khooyp/otter/).
* [CIVL](http://vsl.cis.udel.edu/civl/) - A framework that includes the CIVL-C programming language, a model checker and a symbolic execution tool.
### C++
* [IKOS](https://github.com/NASA-SW-VnV/ikos) - IKOS (Inference Kernel for Open Static Analyzers) is a static analyzer for C/C++ based on the theory of Abstract Interpretation
### JavaScript