awkrs 0.4.14

Awk implementation in Rust with broad CLI compatibility, parallel records, and experimental Cranelift JIT
Documentation
1
2
3
4
5
6
7
8
9
10
1 + 2 * 3
(1 + 2) * 3
2 ^ 3 ^ 2
-3 + 4
-(3 + 4)
10 - 4 - 3
2 + 3 * 4 - 5 / 2
((1 + 2) * (3 + 4)) ^ 2
3.14 * 2
1 - -2