Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle quoting properly. | Kaz Kylheku | 2022-03-18 | 1 | -0/+5 |
| | | | | | | | | The problem is that if $var holds escaped syntax, we cannot just use it as command $var; the quotes become part of the argument. We must get the shell to process the quoted syntax, which requires eval. For this we define a function which lets us do command $(syntax "$var"). | ||||
* | Add --prepro-only option. | Kaz Kylheku | 2022-03-18 | 1 | -0/+5 |
| | |||||
* | Define __posix__ if -P or --posix option used. | Kaz Kylheku | 2022-03-18 | 1 | -0/+9 |
| | |||||
* | Define __bignum__ if -M or --bignum option used. | Kaz Kylheku | 2022-03-18 | 1 | -0/+9 |
| | |||||
* | Add __gawk__ predefined preprocessor symbol. | Kaz Kylheku | 2022-03-18 | 1 | -0/+10 |
| | |||||
* | Fix missing: pass -I to preprocessor. | Kaz Kylheku | 2022-03-18 | 1 | -0/+14 |
| | |||||
* | Basic preprocessor test. | Kaz Kylheku | 2022-03-18 | 1 | -0/+12 |
| | |||||
* | More invocation error test cases. | Kaz Kylheku | 2022-03-18 | 1 | -0/+45 |
| | |||||
* | Check that -f without argument fails. | Kaz Kylheku | 2022-03-18 | 1 | -0/+5 |
| | |||||
* | Allow gawk -M option. | Kaz Kylheku | 2022-03-18 | 1 | -0/+4 |
| | |||||
* | Start test case implementation. | Kaz Kylheku | 2022-03-18 | 1 | -0/+5 |