Re: [Cgdb-devel] objc support
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2006-06-24 18:41:45
|
On Sat, Jun 17, 2006 at 11:48:58AM +0200, Jens Frederich wrote: > below on this mail is a little objective-c patch. By me it's works very > well. Hi Jens, Thanks for the patch, I'm going to try to review this with you over the next few days. In general it looks really good. I think it's time I set up a small test suite which checks that the tokenizer is still working. I have a small example for C called ctest.c and an even smaller example for ada called adatest.adb. Could you provide me with an objctest.m example file? That way, at a minimum, we can compare results to what we used to have when we make changes. I noticed the patch was in the reverse order, is there any way you could switch that around for me, or should I just use the reverse patch feature? Clearly the patch to tokenizer.h is correct as well as the patch to Makefile.am. A quick question about objclexer.l, does objective c have - the same c style commands - the same C++ style comments - the same C style string literals as the clexer.l file? Can you take any of those constructs and put them in a .c file? Other than this, this patch looks great! Thanks for the work. Bob Rossi |