Versions in this module Expand all Collapse all v1 v1.0.4 Sep 10, 2019 v1.0.3 Sep 5, 2019 v1.0.2 Sep 4, 2019 Changes in this version + type GSlot struct + func New(g *ast.Grammar, ff *frstflw.FF) *GSlot + func (gs *GSlot) Slots() Slots + type Label struct + Alternate int + Head string + Pos int + func NewLabel(head string, alt, pos int, gs *GSlot, ff *frstflw.FF) *Label + func (s Label) IsEoR() bool + func (s Label) IsFiR() bool + func (s Label) Label() string + func (s Label) String() string + func (s Label) Symbols() symbols.Symbols + type Slots []Label + func (ss Slots) Labels() (labels []string) + func (ss Slots) Len() int + func (ss Slots) Less(i, j int) bool + func (ss Slots) Swap(i, j int) Other modules containing this package github.com/goccmack/gogll/v3