From aee665f2bc7d66d5e6ecb1e31f9e2ccf614c7fa2 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 10 Aug 2020 10:59:49 +0300 Subject: Initial commit. --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..bac93d8 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ + Description +CSX Library (libcsx) extends C with S-Expressions. + + Overview +CSX is free and open-source software: legal info is in the 'LICENSE' file. +For detailed documentation look into 'man' directory. + + Compiling +... + + Examples +Running 'make examples' produces executable for each example in 'examples'. +Descriptions and details are in corresponding source files. + + Usage +... + + Motivation +You can do such things in C, this fact should be more known. -- cgit v1.2.3