[Github-comments] [geany/geany] Sync ctags main part (#1263)

Jiří Techet notifications at xxxxx
Tue Feb 14 19:55:08 UTC 2017


> In directiveDefine(): Why use a completely different signature collection logic than CTags'? I get that might be related to c.c's handling of it, but not sure how what affects what.

The difference is that in uctags the c.c parser collects the signature "manually" (its collection is spread across c.c and there are many calls of vStringPut (Signature, c)) while in our implementation signature collection is hidden from the parser inside lcpp.c and c.c just has to inform lcpp when to start and stop collecting. This is a bit nicer from the parser point of view because it means less lines in the parser itself. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1263#issuecomment-279817232
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170214/a632c7c9/attachment.html>


More information about the Github-comments mailing list