aboutsummaryrefslogtreecommitdiff
path: root/analysis/cpp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'analysis/cpp/README.md')
-rw-r--r--analysis/cpp/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/analysis/cpp/README.md b/analysis/cpp/README.md
new file mode 100644
index 0000000..bb14832
--- /dev/null
+++ b/analysis/cpp/README.md
@@ -0,0 +1,12 @@
+find_cliques
+============
+
+This tool does part of the analysis for unknown dictionaries. To run it:
+
+ $ ./run.sh demo
+
+This compiles and runs it on files in the testdata/ directory.
+
+See comments in find_cliques.cc for information on how it works.
+
+