ghc-tags-core-0.2.1.0: a library to work with tags created from Haskell parsed tree

Safe HaskellNone
LanguageHaskell2010

GhcTags.CTag.Parser

Contents

Description

Parser combinators for vim style tags (ctags)

Synopsis

Documentation

parseTagsFile :: ByteString -> IO (Either String [Either Header CTag]) Source #

Parse a vim-style tag file.

parseTagLine :: Parser (Either Header CTag) Source #

Parse either a header line ot a CTag.

parse a ctag

parseTag :: Parser CTag Source #

Parser for a CTag from a single text line.

parse a pseudo-ctag