Re: [Parser-devel] Parser is ready
Status: Beta
Brought to you by:
jineshkj
From: Noam P. <npo...@uw...> - 2006-10-17 02:52:20
|
"Jinesh K J" <jin...@gm...> writes: > If you think you can make more optimisations over the stuff, then we > can make a different branch for you to work on. After your tweaks, we > can merge it to the main trunk. What do you say? Yes, I want to do a few things, but already the old branch with the test cases I was using is slightly out of date. So is there an easy way to bring it up to date? I was also wondering if there is an important reason to use char * instead of const char * in my functions. I always though that a function should declare char pointers const if it doesn't modify the string... Noam |