goawk

A POSIX-compliant AWK interpreter written in Go, with CSV support

MIT License

Stars
1.9K
Committers
13

Bot releases are hidden (Show)

goawk - Version 1.1.2

Published by benhoyt almost 6 years ago

Eliminate numChecked and a couple of other speedups / simplifications.

goawk - Version 1.1.1

Published by benhoyt almost 6 years ago

A couple of performance improvements related to value handling and numeric strings.

goawk - Version 1.1.0

Published by benhoyt almost 6 years ago

Added support for calling native Go functions from AWK. See documentation of the Funcs field here: https://godoc.org/github.com/benhoyt/goawk/interp#Config

goawk - Version 1.0.1

Published by benhoyt almost 6 years ago

Ensure printf has one or more args at parse time. Add some unit tests to get more coverage.

goawk - Initial 1.0.0 version

Published by benhoyt almost 6 years ago

Initial working and tested version! Read more: https://benhoyt.com/writings/goawk/