From 0dca1241983bd5ca82ef423f45626f3e73168444 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 13 Jul 2019 09:08:14 +0200 Subject: 20190713.1 global branch merge. Signed-off-by: Matteo Bernardini --- python/pyparsing/README | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 python/pyparsing/README (limited to 'python/pyparsing/README') diff --git a/python/pyparsing/README b/python/pyparsing/README deleted file mode 100644 index ac29972273..0000000000 --- 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. -- cgit v1.2.3