18 Feb
2010
18 Feb
'10
9:04 p.m.
Your last 'text' parser eats your '\r\n' characters. As a result the eol parser fails.
Ah, right, and the last struct field has "\r\n" at the end. If I change to: text %= lexeme[+(char_ - ':' - '\r' - '\n')]; the last field is set correctly, but phrase_parse() still returns false. If I change eol to the explicit "\r\n", it still returns false.