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
11
12
13
1 + 2 * 3
(1 + 2) * 3
2 ^ 3 ^ 2
-2 ^ 2
(-2) ^ 2
10 - 4 - 3
100 / 10 / 2
17 % 5
3.14 * 2
(1 + 2 + 3) * (4 - 5) / 6
1 + 2 - 3 * 4 / 2 + 5
2 ^ 10
((1 + 2) * (3 + 4)) ^ 2