Versions in this module Expand all Collapse all v0 v0.2.0 May 28, 2026 Changes in this version + func FromArgs(command string, args []string, opts ...unix.ShellContextOption) (unix.Filter, error) + func NewConfig() *interp.Config + type AWK struct + func Compile(src []byte, config *interp.Config) (AWK, error) + func New(prog *parser.Program, config *interp.Config) AWK + func (c AWK) Run(ctx context.Context, stdio unix.StandardIO) error