symbols

package
v1.0.5-0...-6201250 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package symbols is generated by gogll. Do not edit.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NT

type NT int

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

func (NT) IsNonTerminal() bool

func (NT) String

func (nt NT) String() string

type Symbol

type Symbol interface {
	IsNonTerminal() bool
	String() string
	// contains filtered or unexported methods
}

type Symbols

type Symbols []Symbol

func (Symbols) Strings

func (ss Symbols) Strings() []string

type T

type T int

T is the type of terminals symbols

const (
	T_0  T = iota // ,
	T_1           // :
	T_2           // [
	T_3           // ]
	T_4           // false
	T_5           // null
	T_6           // numeric
	T_7           // string
	T_8           // true
	T_9           // {
	T_10          // }
)

func (T) IsNonTerminal

func (T) IsNonTerminal() bool

func (T) String

func (t T) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL