Metaprogramming,in,SML: , datatype pgm = PostFix of int * cmd list and cmd = Pop | Swap | Nget |
PostFix,Syntac8c,Data,Types, Metaprogramming,in,SML: , datatype pgm = PostFix of int * cmd list and cmd = Pop | Swap | Nget | Sel | Exec PostFix,and,Intex , | Int of int | Seq of cmd list | Arithop of arithop | Relop of relop and arithop = Add |
444 views • 5 slides