From c16222907ea84936f43f5fdd8500a6a19be993ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 14:18:55 +0200 Subject: Add another example, README files, and VC++ projects/solutions --- examples/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/README (limited to 'examples/README') 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. -- cgit v1.1