diff --git a/README.md b/README.md index 8014bbd030..efa0ac12d6 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,8 @@ https://github.com/vlang/vinix ## Acknowledgement +### TCC + V thanks Fabrice Bellard for his original work on the [TCC - Tiny C Compiler](https://bellard.org/tcc/). Note the TCC website is old; the current TCC repository can be found @@ -386,6 +388,10 @@ Note the TCC website is old; the current TCC repository can be found V utilizes pre-built TCC binaries located at [https://github.com/vlang/tccbin/](https://github.com/vlang/tccbin/). +### PVS-Studio + +[PVS-Studio](https://pvs-studio.com/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code. + ## Troubleshooting Please see the