public marks

LINK

pyparsing

by karlcow
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. With pyparsing, you don't need to learn a new syntax for defining grammars or matching expressions - the parsing module provides a library of classes that you use to construct the grammar directly in Python.

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

parser   python  

BY

karlcow
the 18/10/2009 at 18:20