[fpc-pascal] What to do to get new users

Sven Barth pascaldragon at googlemail.com
Wed Oct 16 23:39:57 CEST 2024


Stefan-Iulian Alecu via fpc-pascal <fpc-pascal at lists.freepascal.org>
schrieb am Mi., 16. Okt. 2024, 16:08:

> I am aware of your work. As long as you still depend on CodeTools and
> Lazarus internals, the language server can't be called independent.
>

The point of using CodeTools is that they are kept fairly up to date with
what the compiler supports and even across different versions of the
compiler. Completly implementing one's own language parser is essential
unnecessary duplicated work considering that we don't have easy pickings
regarding personpower.
Also once a CodeTools driven language server would be usable enough one
might argue for having it used by the Lazarus IDE as well (assuming the
language server protocol can support everything that the current direct use
of CodeTools supports), thus possibly moving CodeTools and the language
server out of the Lazarus IDE.

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20241016/ad6c8897/attachment-0001.htm>


More information about the fpc-pascal mailing list