From 5c6b55e4e5093e741dd589f1b84f02346ca99813 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Sun, 10 Sep 2023 21:25:10 +1100 Subject: [PATCH] update readme --- readme.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index 8ef6372..85a209d 100644 --- a/readme.md +++ b/readme.md @@ -39,12 +39,12 @@ time is discouraged. | | Diagnostics. | none | | | Complex arithmetic. | none | | | Character handling. | none | -| | Errors. | none | +| | Errors. | Implemented | | | Floating-point environment. | none | | | Characteristics of floating types. | none | | | Format conversion of integer types. | none | | | Alternative spellings. | none | -| | Sizes of integer types. | none | +| | Sizes of integer types. | Implemented | | | Localization. | none | | | Mathematics. | none | | | Nonlocal jumps. | [1] | @@ -56,12 +56,12 @@ time is discouraged. | | Boolean type and values. | none | | | Common definitions. | none | | | Integer types. | Implemented | -| | Input/output. | WIP | +| | Input/output. | Partial | | | General utilities. | none | | | `_Noreturn`. | none | | | String handling. | none | | | Type-generic math. | none | -| | Threads. | none | +| | Threads. | Partial | | | Date and time. | none | | | Unicode utilities. | none | | | Wide character utilities. | none | @@ -86,21 +86,19 @@ functionality. Before proceeding please note that ciabatta can only be compiled and used with `clang` and `cuik`. It may be able to work with `gcc` with some minor adjustments -but I didn't test. +but I never tested it. You can get `cuik` in [the GitHub repository](https://github.com/RealNeGate/Cuik) -For executing the script you will need at least python 3.3 and the pyjson5 package - -``` -$ pip install pyjson5 -``` - -### Building - On linux you can simply run `./build.py` script. On windows can run it with `py build.py` command. +The script accepts some command-line arguments, which you can check by running + +``` +$ ./build.py -h +``` + ## Usage Grab the following files into your project's (or any other) directory: