Raw File
make-opcodes
$1=="enum" {n=0; next; }
           {for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}
back to top