Guidance on developing a new language plugin

Victor Vicente de Carvalho victor.v.carvalho at gmail.com
Sun Feb 21 20:22:05 UTC 2010


Hi all,

I'm trying to implement an erlang plugin for kdevelop. I've mailed milian
sometime ago, and was sucessfull creating the lexer and the sintatic parser,
but I'm having some trouble integrating the DUchain stuff. In my point of
view, as a dynamic, functional language, little information is needed, so
I'm wondering what of DUchain should I use, if none. I'm trying to study it
on pgp and css plugins, wich I've found to be more alike erlang
functionalities, but I'm confused about the builders. What exactly are the
ContextBuilder and DeclarationBuilder? I just wanted to make comon errors to
show, and an simple include system; In my point of view that should be the
necessary. In some late point, if everything runs well, I'll discuss on how
to integrate the dialyzer program, witch detects variable types, abd so
doing the semantic part (in ways of "meaning of a type").

In attachment I'm posting some changes I've made on kdevelop-pg-qt. The firs
is that error generation was using qDebug(), wich prints newlines after
every stream outputted, and the other is to really print the content of the
nodes, because actually the FIRST/FOLLOW, FIRST/FIRST problems are
outputting the integer pointer of the node. To understand, just run it on a
grammar witch has erros.

Thanks all,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100221/266340ac/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdev-pg-checker.diff
Type: text/x-patch
Size: 15333 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100221/266340ac/attachment.diff>


More information about the KDevelop-devel mailing list