aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-08-10 10:59:49 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-08-10 10:59:49 +0300
commitaee665f2bc7d66d5e6ecb1e31f9e2ccf614c7fa2 (patch)
tree57310c4f259f5d7c9388ede6327307dcae895286 /README
downloadcsx-aee665f2bc7d66d5e6ecb1e31f9e2ccf614c7fa2.tar
csx-aee665f2bc7d66d5e6ecb1e31f9e2ccf614c7fa2.tar.xz
csx-aee665f2bc7d66d5e6ecb1e31f9e2ccf614c7fa2.zip
Initial commit.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
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.