Re: Pyparsing troubles

2006-12-11 Thread Harry George
[EMAIL PROTECTED] writes: > Hello, > I have written a small pyparsing parser to recognize dates in the style > "november 1st". I wrote something to the effect of: > > expression = task + date > > and tried to parse "Doctor's appointment on november 1st", hoping that > task would be "Doctor's app

Pyparsing troubles

2006-12-09 Thread poromenos
Hello, I have written a small pyparsing parser to recognize dates in the style "november 1st". I wrote something to the effect of: expression = task + date and tried to parse "Doctor's appointment on november 1st", hoping that task would be "Doctor's appointment" and date would be "on november 1s