Yang Liu writes:
> hi,
> I am working on a php project using cedet. There seems to a parsing problem with the "define()" function.
> The file looks like below.
> define('SOME_CONST', 0);
> class some_class{
>
> }
>
> I run "bovinate". It comes back with no tags.
CEDET doesn't parse PHP by default. There is a Wisent parser for PHP in
the contrib directory, but without the necessary overrides, I'm afraid
the PHP support is not really usable. (I have actually no idea, since I
don't code PHP, but that's what I remember from previous discussions in
this list).
-David
|