https://github.com/charguer/ocaml
Raw File
Tip revision: 96a8ba2f42ab8593122d9fd1811cab8441403960 authored by No author on 16 March 2005, 12:05:34 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml3083'.
Tip revision: 96a8ba2
make-opcodes
$1=="enum" {n=0; next; }
           {for (i = 1; i <= NF; i++) {printf("let op%s = %d\n", $i, n++);}}
back to top