commit | 2b65e73db3254a7228802886546152c72217017d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jul 03 01:16:48 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jul 03 01:16:48 2021 +0200 |
tree | a1a8d3cd8e5daee15a15e4fce42a328df50e0c35 | |
parent | 717200eb43c9420773c0f8b751aadabba3052027 [diff] |
awk: tighten rules in action parsing Disallow: BEGIN { action } - must start on the same line Disallow: func f() print "hello" - must be in {...} function old new delta chain_until_rbrace - 41 +41 parse_program 307 336 +29 chain_group 649 616 -33 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 70/-33) Total: 37 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>