Christopher Subich wrote:
> Is the pyparsing
> tokenizer flexible enough to let me do this sort of thing easily?
I can't say that for sure, but I can say that it is certainly easy
enough to try it out (and well enough documented) that downloading it,
installing it, and doing a quick proof-of-co
Paul McGuire wrote:
> (sorry if this is a double-post - I tried posting this last night but I
> think GoogleGroups ate it)
>
> Pyparsing is a pure-Python class library for quickly and easily
> constructing recursive-descent parsers. Pyparsing takes a
> "building-block" approach to parser construc
(sorry if this is a double-post - I tried posting this last night but I
think GoogleGroups ate it)
Pyparsing is a pure-Python class library for quickly and easily
constructing recursive-descent parsers. Pyparsing takes a
"building-block" approach to parser construction, as opposed to code
generat
Pyparsing is a pure-Python class library for quickly and easily
constructing recursive-descent parsers. Pyparsing takes a
"building-block" approach to parser construction, as opposed to code
generation methods (such as lex/yacc) or pattern definition strings
(such as regular expressions).
Version