From 9d57372c4567be1be6497eae273ca8c362b562e9 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sat, 12 Jan 2019 16:50:10 +0300 Subject: [PATCH] [C] Changes in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd26e01..79ce179 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - Support of wide characters ## Design goals -- **Portability**. All main OSes and compilers are supported. +- **Portability**. All main OSes (Linux, Windows, macOS, FreeBSD) and compilers are supported. - **Maintainability and robustness**. **libfort** is written in C because it is much less complicated than C++ and it can be used in both C and C++ projects and even on platforms without C++ compiler. - **Trivial integration.** Therefore all source code files are amalgamed in only 2 files. - **Heavy testing.** The goal is to cover 100% of the code (it is not reached yet) and to run tests on all major compilers and platforms.