UMinho Haskell Libraries (1.0)ContentsIndex
Language.ContextFree.G_SLR
Portability portable
Stability experimental
Maintainer Joćo Saraiva - jas@di.uminho.pt
Description
Construction of the Generalised (SLR1) Action Tables
Synopsis
gslr_at :: (Ord t, Ord nt) => Cfg t nt -> AT [Item (Symb t nt)] [Symb t nt]
e_gslr_at :: (Ord t, Ord nt) => Cfg t nt -> AT [Item (Symb t nt)] [Symb t nt]
Documentation
gslr_at
:: (Ord t, Ord nt)
=> Cfg t ntGrammar
-> AT [Item (Symb t nt)] [Symb t nt]Action table
Computes the Generalised SLR(1) tables for a given grammar.
e_gslr_at
:: (Ord t, Ord nt)
=> Cfg t ntGrammar
-> AT [Item (Symb t nt)] [Symb t nt]Action table
Computes the Generalised SLR(1) tables for a given expanded grammar.
Produced by Haddock version 0.6