[Pyparsing] Issue with sexpparser example
Brought to you by:
ptmcg
From: Sebastian W. <seb...@ne...> - 2012-04-28 17:04:44
|
Hi, I am playing with the sexpparser example by Paul. I found that parsing '(a b c)' gives the same result of parsing '(a b "c")' and this can be problematic since c is different than "c". Is that correct? I think the correct result will be to result in an string. Thanks, Sebastian |