awkrs 0.4.2

Awk implementation in Rust with broad CLI compatibility, parallel records, and experimental Cranelift JIT
Documentation
1
2
3
4
5
6
/target/
# transient raw capture for termshot (see scripts/gen-help-screenshot.sh)
assets/help.raw
# stray file from any `print x > 0` test gotcha — `> 0` is a redirect to
# file "0" unless parenthesized. New tests must use `print (x > 0)`.
/0