Author Topic: New parser model for Code completion  (Read 87929 times)

grv575

  • Guest
Re: New parser model for Code completion
« Reply #75 on: December 26, 2005, 10:49:33 pm »
I did check out ucpp which compiles great on mingw but didn't handle simple:

#include <iostream>
or
#include <blah.h>

said it couldn't find them...the standard include path is set to /usr/include and /usr/local/include though.  But the gcc preprocessor does correctly pull in these header sources...

takeshimiya

  • Guest
Re: New parser model for Code completion
« Reply #76 on: December 26, 2005, 10:53:09 pm »
Something must be wrong with the paths then.

Offline Raindog

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: New parser model for Code completion
« Reply #77 on: January 21, 2006, 12:51:49 am »
So what are the plans afer acquiring  a full C++ parsing ability?