Resolve tagname1 to the address for tagname2

29 Views Asked by At

I have a large codebase with code written in $LANG and $DSL. The $LANG code is indexed by a library. I would like to index the $DSL so that the tags point to $LANG objects. But I would like to do this without traversing the $LANG file tree myself. Is there some way to have tagname1 point to tagname2 so that tagname1 resolves to the address for tagname2?

0

There are 0 best solutions below