Denys Vlasenko 2b65e73db3 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>
2021-07-03 01:16:48 +02:00
..
2021-07-03 01:16:48 +02:00
2021-06-14 20:47:20 +02:00
2021-02-22 19:00:07 +01:00
2021-02-03 20:52:40 +01:00
2007-11-13 17:13:31 +00:00
2021-06-13 01:08:48 +02:00
2021-06-27 13:36:49 +02:00