diff options
Diffstat (limited to 'python/pyparsing/README')
-rw-r--r-- | python/pyparsing/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/pyparsing/README b/python/pyparsing/README deleted file mode 100644 index ac299722731d1..0000000000000 --- a/python/pyparsing/README +++ /dev/null @@ -1,5 +0,0 @@ -The pyparsing module is an alternative approach to creating and -executing simple grammars, vs. the traditional lex/yacc -approach, or the use of regular expressions. The pyparsing -module provides a library of classes that client code uses to -construct the grammar directly in Python code. |