package
1.29.1
Repository: https://github.com/benhoyt/goawk.git
Documentation: pkg.go.dev

# Functions

Resolve assigns integer indexes to functions and variables, as well as determining and checking their types (scalar or array).

# Constants

No description provided by the author
globals.
locals (function parameters).
No description provided by the author
special variables (such as NF).

# Structs

Config holds resolver configuration.
FuncInfo holds resolved information about a function.
ResolvedProgram is a parsed AWK program plus variable scope and type data prepared by the resolver that is needed for subsequent interpretation.
VarInfo holds resolved information about a variable.

# Type aliases

Scope represents the scope of a variable.
Type represents the type of a variable: scalar or array.