package
0.1.3
Repository: https://github.com/playerr9/go_generator.git
Documentation: pkg.go.dev

# Functions

NewActAccept creates a new accept action.
NewActReduce creates a new reduce action.
NewActShift creates a new shift action.
NewErrExpected creates a new error.
NewErrReduce creates a new error.
NewItem creates a new item.
NewRule creates a new rule.
No description provided by the author
nil if either the data is nil or it is not a string nor a []*Token[T].
No description provided by the author

# Constants

DebugMode is the debug mode.

# Structs

ActAccept is an accept action; which is a type of action.
Action is an action.
ActReduce is a reduce action; which is a type of action.
ActShift is a shift action; which is a type of action.
ErrExpected is an error for expected values.
ErrReduce is an error that occurs during reduction.
Item is an item in the rule.
Rule is a rule.
No description provided by the author
No description provided by the author

# Interfaces

Actioner is an action.
No description provided by the author

# Type aliases

StringToTypeFunc is a function that transforms a string into a token type.