Re: [Parser-devel] [token.c] A new functionality
Status: Beta
Brought to you by:
jineshkj
From: Noam P. <npo...@uw...> - 2006-10-04 05:07:50
|
Jinesh K J wrote: >> Ok, I uploaded my first attempt, but I'm wondering whether the input >> always has '[' and ']'? Can there be stuff outside the brackets? eg >> @[group 1] hello@ -> @group 1@ > If anything comes outside the box, let us ignore that. What do you > say? Could there be a better way? > Well, that is consistent with gettoken's behaviour, although if I was writing a config file and left it invalid I would at least want to be warned about it... > Also, note that I've updated the test cases. right, I've updated getgroup to pass them. Noam |