lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.