From 4e9d1f3b9ede0b989a4fb9bd3da0dcfb483f4bad Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 22:53:38 +0200 Subject: development/pyparsing: Added to 12.1 repository --- development/pyparsing/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 development/pyparsing/README (limited to 'development/pyparsing/README') diff --git a/development/pyparsing/README b/development/pyparsing/README new file mode 100644 index 0000000000..2834826056 --- /dev/null +++ b/development/pyparsing/README @@ -0,0 +1,5 @@ +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. \ No newline at end of file -- cgit v1.2.3