You might find this ~2-year-old article by David to be worth a look: 
http://etoileos.com/news/archive/2010/10/15/1401/ .  I also recall that he 
posted another shot showing live-parsing, with a typo highlighted in red as it 
was being typed.  So, at least David is acquainted and has done some research 
in that direction.

--Robert

On Jul 18, 2012, at 2:58 AM, A Wiebe(Work) wrote:

> I don't know if anyone working on the project is familiar or at least 
> acquainted with libClang, or maybe knows someone who is, but what I know for 
> sure is that when using XCode, having automatic completion for code really 
> speeds things up.
> 
> libClang isn't quite as well documented as one would hope, but I know it is 
> the correct tool for the job as it has this to say for itself:
> 
> "
> The C Interface to Clang provides a relatively small API that exposes 
> facilities for parsing source code into an abstract syntax tree (AST), 
> loading already-parsed ASTs, traversing the AST, associating physical source 
> locations with elements within the AST, and other facilities that support 
> Clang-based development tools.
> "
> - http://clang.llvm.org/doxygen/group__CINDEX.html
> 
> Perhaps it is just no well documented enough to just pick up and use( 
> therefore will require some toying with to get it right), or maybe I'm just 
> not looking at the right parts of the documentation.  But certainly it's 
> relatively simple as APIs go, but then relatively, is such a relative term.
> _______________________________________________
> Discuss-gnustep mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to