Skip to content

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. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

homepage: https://github.com/pyparsing/pyparsing

version versionsuffix toolchain
2.4.6 -Python-2.7.16 GCCcore/8.3.0
3.0.9 GCCcore/11.3.0
3.1.1 GCCcore/12.3.0

(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)