uuagc-0.9.53: Attribute Grammar System of Universiteit Utrecht

Safe HaskellNone
LanguageHaskell2010

UU.UUAGC

Synopsis

Documentation

data Identifier Source #

Constructors

Ident 

Fields

data ModuleHeader Source #

Constructors

NoName 
Name String 
Default 
Instances
Eq ModuleHeader Source # 
Instance details

Defined in Options

Show ModuleHeader Source # 
Instance details

Defined in Options

data Options Source #

Constructors

Options 

Fields

wordsBy :: (Char -> Bool) -> String -> [String] Source #

Inverse of intercalate

constructOptions :: [Options -> Options] -> Options Source #

Use all parsed options to generate real options

getOptions :: [String] -> (Options, [String], [String]) Source #

Create Options type from string arguments

optionsToString :: Options -> [String] Source #

Convert options back to commandline string

combineOptions :: Options -> Options -> Options Source #

Combine 2 sets of options