nand2tetris/compiler/lib/be_ast.ml

5 lines
98 B
Standard ML

type expr =
| Comment of string
| Acommand of string
| Mcommand of string * string * string