UMinho Haskell Libraries (1.0)ContentsIndex
Language.ContextFree.LR_Semantics
Portability portable
Stability experimental
Maintainer Joćo Fernandes
Description
Generalised LR parsing + construction of a XML and, or ATerm AST
Synopsis
lr_xml :: (Ord t, Ord nt, Show t, Show nt) => Cfg t nt -> [t] -> (Bool, Element)
lr_aterm :: (Ord t, Ord nt, Show t, Show nt) => Cfg t nt -> [t] -> (Bool, ATerm)
xml :: (Eq nt, Eq t, Show nt, Show t) => Bool -> ([(String, [Symb t nt])], Cfg t nt) -> (Bool, Element)
Produced by Haddock version 0.6