3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
|
$1=="enum" {n=0; next; }
|
||
|
{for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}
|