Minimal reproducible case: { a /b/ }. This is the case for many awk implementations due to the difficulty in lexing. I am not sure if it is possible to do so without backtracking the lexer. If you want to take a stab at this, please message me for guidance.
Minimal reproducible case:
{ a /b/ }. This is the case for many awk implementations due to the difficulty in lexing. I am not sure if it is possible to do so without backtracking the lexer. If you want to take a stab at this, please message me for guidance.