diff options
Diffstat (limited to 'devel/py-pyparsing15/pkg-descr')
-rw-r--r-- | devel/py-pyparsing15/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-pyparsing15/pkg-descr b/devel/py-pyparsing15/pkg-descr new file mode 100644 index 000000000000..6b3465892bb4 --- /dev/null +++ b/devel/py-pyparsing15/pkg-descr @@ -0,0 +1,6 @@ +Pyparsing is a general parsing module for Python. Grammars are +implemented directly in the client code using parsing objects, +instead of externally, as with lex/yacc-type tools. Includes simple +examples for parsing SQL, CORBA IDL, and 4-function math. + +WWW: http://pyparsing.wikispaces.com/ |