package
Version:
v3.3.1
Opens a new window with list of versions in this module.
Published: Aug 29, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package symbols is generated by gogll. Do not edit.
NT is the type of non-terminals symbols
const (
NT_Array NT = iota
NT_GoGLL
NT_Member
NT_Members
NT_Object
NT_Value
NT_Values
)
func (NT) IsNonTerminal() bool
type Symbol interface {
IsNonTerminal() bool
String() string
}
T is the type of terminals symbols
const (
T_0 T = iota
T_1
T_2
T_3
T_4
T_5
T_6
T_7
T_8
T_9
T_10
)
func (T) IsNonTerminal() bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.