https://github.com/charguer/ocaml
Raw File
Tip revision: 9bb4c0d4c82fc15f701f7a929dee231e8eb3282b authored by Alain Frisch on 18 November 2009, 14:02:34 UTC
Initial implementation of the override modifier.
Tip revision: 9bb4c0d
make-opcodes
$1=="enum" {n=0; next; }
           {for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}
back to top