package
3.0.9+incompatible
Repository: https://github.com/google/mtail.git
Documentation: pkg.go.dev

# Functions

NewScope creates a new scope within the parent scope.
NewSymbol creates a record of a given symbol kind, named name, found at loc.

# Constants

Capture group references.
Decorators.
Named pattern constants.
Variables.

# Structs

Scope maintains a record of the identifiers declared in the current program scope, and a link to the parent scope.
Symbol describes a named program object.

# Type aliases

Kind enumerates the kind of a Symbol.