summaryrefslogtreecommitdiffstats
path: root/python/Parsley/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/Parsley/README')
-rw-r--r--python/Parsley/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/Parsley/README b/python/Parsley/README
deleted file mode 100644
index a31f292942..0000000000
--- a/python/Parsley/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Parsley uses the PEG algorithm, so each expression in the
-grammar rules works like a Python expression.
-In particular, alternatives are evaluated in order,
-unlike table-driven parsers such as yacc, bison or PLY.
-
-Parsley is an implementation of OMeta, an object-oriented
-pattern-matching language developed by Alessandro Warth.