package
0.0.0-20241212002435-a4aaf8ca5232
Repository: https://github.com/chrislusf/gleam.git
Documentation: pkg.go.dev

# Packages

Goyacc is a version of yacc generating Go parsers.

# Functions

New returns a Parser object.
NewScanner returns a new scanner object.

# Constants

Error codes.

# Variables

Error instances.

# Structs

Parser represents a parser instance.
Pos represents the position of a token.
Scanner implements the yyLexer interface.