From 1f83bd4e081733c3e61db79691b35b4d7520c707 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 5 Jan 2019 11:02:35 +0100 Subject: 20190105.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