summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 14:18:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 14:18:55 +0200
commitc16222907ea84936f43f5fdd8500a6a19be993ee (patch)
tree63cc98ecc60eb349f1eab279fdeb12b567adf5f7 /examples/README
parent5d6f8aad8aaa3cdc3c52848c8adbc271dbe8e5e2 (diff)
Add another example, README files, and VC++ projects/solutions
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 0000000..d333f11
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,11 @@
+This directory contains a number of examples that show how to use the CLI
+language and compiler to implement command line interface parsing in C++.
+The following list gives an overview of each example. See the README files
+in example directories for more information on each example.
+
+hello
+ A simple "Hello, world!" example that shows how to implement a very basic
+ command line interface using CLI.
+
+features
+ Shows how to use various features of the CLI language.