Includes the following features and fixes:
- Add support for
getline <"-"
andprint >"-"
: #63 - Add
ShellCommand
config option and change default to/bin/sh
(on Unix): #64 - Make number literal edge cases behave like awk/gawk: #69
- Disallow statements immediately after another one without
;
or newline separator: #68 - Fill in unknown parameter types that are being called with arrays: #70 (fixes #45)
- Various other minor tweaks (see all commits)