From 3391469a2fff9603f9781efe92399b575343bd6e Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 12 Apr 2017 23:29:47 +0100 Subject: python/python3-pyparsing: Added (parsing module for python). Signed-off-by: David Spencer --- python/python3-pyparsing/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-pyparsing/README (limited to 'python/python3-pyparsing/README') diff --git a/python/python3-pyparsing/README b/python/python3-pyparsing/README new file mode 100644 index 0000000000..d2badb1992 --- /dev/null +++ b/python/python3-pyparsing/README @@ -0,0 +1,8 @@ +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. + +This is the python3 version of pyparsing and it can coexist with +SBo's pyparsing package. -- cgit v1.2.3