//
pkg.gl
Category
github.com/google/mtail
internal
runtime
compiler
symbol
package
3.0.9+incompatible
Repository:
https://github.com/google/mtail.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
93 SLOC
#
Functions
NewScope
NewScope creates a new scope within the parent scope.
NewSymbol
NewSymbol creates a record of a given symbol kind, named name, found at loc.
#
Constants
CaprefSymbol
Capture group references.
DecoSymbol
Decorators.
PatternSymbol
Named pattern constants.
VarSymbol
Variables.
#
Structs
Scope
Scope maintains a record of the identifiers declared in the current program scope, and a link to the parent scope.
Symbol
Symbol describes a named program object.
#
Type aliases
Kind
Kind enumerates the kind of a Symbol.