From 0c6fe367a7009c5bbabc3071f8cccc77a37859eb Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 12 Jan 2020 12:08:26 +0100 Subject: 20200112.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