21 month ago
nelson : pyparsing - Simple Python recursive descent parser
jcgregorio : pyparsing - """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.""" If this were Ruby it would be called a DSL.
# copy