From 4bce97f50e5339ac9257f5515fccee0a92482ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 14 May 2019 15:08:24 +0200 Subject: [PATCH] readme: Document limited C90 support --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40dff2a..3bead40 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,15 @@ Please visit the [documentation]. ### Languages support -| Language | Supported Versions | Supported Compilers -| ----------------------- | ------------------- | ------------------------------ -| **C** | C90, C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+ -| **C++** | C++11, C++14, C++17 | GCC 6+, clang 3.8+, MSVC 2015+ -| **Go** _(bindings)_ | 1.9 - 1.12 | -| **Rust** _(bindings)_[^1] | 2018 edition | 1.31.0 and newer +| Language | Supported Versions | Supported Compilers +| ----------------------------- | --------------------- | ------------------------------ +| **C** | C90[¹](#n1), C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+ +| **C++** | C++11, C++14, C++17 | GCC 6+, clang 3.8+, MSVC 2015+ +| **Go** _(bindings)_ | 1.9 - 1.12 | +| **Rust** _(bindings)_[²](#n2) | 2018 edition | 1.31.0 and newer -[^1]: Rust support is limited and not complete yet. +1. The C90 support is limited to the core `evmc.h` header only.\ +2. Rust support is limited and not complete yet. ## Related projects