astview-utils-0.1: Interfacing between hint and astview

Language.Astview.Parser

Synopsis

Documentation

data Parser Source

consists of a unique name, a list of extensions and the parse function.

Constructors

Parser 

Fields

name :: String

unique name

exts :: [String]

file extensions assotiated with

tree :: String -> Tree String
 

Instances