|
| 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 |
|
|
|
| Documentation |
|
| gslr_at |
| :: (Ord t, Ord nt) | | | => Cfg t nt | Grammar | | -> 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 nt | Grammar | | -> 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 |