Hi Eric,
I'll mention python in NEWS file in the next few days.
The python parser seems to be able to generate proper tokens
although I would like the tokens for functions and classes
to include more information such as function arguments.
For the past few days, I tried to add code to generate
tokens for function arguments, but I have not been successful.
Most likely I don't understand how to use EXPANDFULL.
I'll plug away for a few more days. Either I'll be
successful or I'll cry for help. We'll see.
>>>>> "EL" == Eric M Ludlam <eric@...> writes:
EL>
>>>> ryk@... seems to think that:
EL> [ ... ]
DP> Finally, it would be nice if you could add something
DP> in the NEWS file
DP> about python into the "* Languages." topic ;-)
>>
>> I would be happy to do that except that I was waiting to see
>> if I could get python parser to a decent state first.
>> I wouldn't want to announce something if it is not too
>> useful. I'll try hard to fix as much lose ends as possible
>> before 2.0 beta whenever that is.
EL> [ ... ]
EL>
EL> You should download semantic 1.0 sometime. It really wanted to be
EL> useful, but was not. ;)
EL>
EL> I often fall victim of thinking "just fix a few more bugs first",
EL> which is a habit I need to get out of for my Emacs Projects. I have
EL> found that I meet really cool people when I release buggy Emacs
EL> code. ;)
EL>
EL> Eric
|