[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 source code hyperlink
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 12 Mar 2014 20:41:03 +0200
On Wed, Mar 12, 2014 at 8:31 PM, Hisham <h@hisham.hm> wrote:
> produce links in function and macro names only? Variables are bound to
> produce tons of false positives unless you make it at least smart
> enough to pick the closest definition and tell apart variables from
> struct fields.
One approach is to parse the output of ctags ('exuberant tags') which
has the extra type info needed to make these distinctions.