Home | History | Annotate | Download | only in Chapter6

Lines Matching refs:of

8   | Number of float
11 | Variable of string
14 | Unary of char * expr
17 | Binary of char * expr * expr
20 | Call of string * expr array
23 | If of expr * expr * expr
26 | For of string * expr * expr * expr option * expr
29 * its name, and its argument names (thus implicitly the number of arguments the
32 | Prototype of string * string array
33 | BinOpPrototype of string * string array * int
36 type func = Function of proto * expr