package
0.1.12
Repository: https://github.com/playerr9/slparser.git
Documentation: pkg.go.dev

# Functions

NewActive creates a new parser based on the given parser and tokens.
NewIterator creates a new iterator over the results of an active parser.
No description provided by the author
NewParseTree creates a new parse tree from a token.
NewUnsupportedValue creates a new errors.Err error with the code InvalidOperation and the message "value of <expected> is not a supported <kind> type".

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrExhausted occurs when an iterator is exhausted.

# Structs

Active is the active parser.
No description provided by the author
Iterator is an iterator over the results of an active parser.
ParseTree the parse tree output by the parser.
Result is the result of an evaluation.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author