Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
lint
Package lint flags non-POSIX constructs in an awk program so the user knows which parts may fail under the awk they'll ship to.
|
Package lint flags non-POSIX constructs in an awk program so the user knows which parts may fail under the awk they'll ship to. |
|
program
Package program defines the structured awk program model used by the awkbuilder UI, plus a one-way compiler that renders it to awk source.
|
Package program defines the structured awk program model used by the awkbuilder UI, plus a one-way compiler that renders it to awk source. |
|
runner
Package runner wraps goawk: parse a source program, execute it against a set of input files, and stream both stdout output and structured trace events to a callback.
|
Package runner wraps goawk: parse a source program, execute it against a set of input files, and stream both stdout output and structured trace events to a callback. |
|
verify
Package verify runs the compiled awk program against a system-awk binary (awk / gawk / mawk as available) and compares the output with goawk's.
|
Package verify runs the compiled awk program against a system-awk binary (awk / gawk / mawk as available) and compares the output with goawk's. |
Click to show internal directories.
Click to hide internal directories.

