388a8e869b9b1f05052d028c2b06814a6ada6b48
[ghc-hetmet.git] / ghc / utils / hstags / README
1 "hstags" is a relatively sophisticated program to produce Emacs TAGS
2 files for Glasgow-Haskell-compilable programs.  (It is "sophisticated"
3 only in that it uses the GHC parser to find "interesting" things in
4 the source files.)
5
6 A simpler alternative is Denis Howe's "fptags" script, which is
7 distributed in the ghc/CONTRIB directory.
8
9 Will Partain
10 Sept 1994