nand2tetris/compiler/lib/be_ast.ml

5 lines
98 B
OCaml
Raw Normal View History

2022-08-03 13:04:42 +00:00
type expr =
| Comment of string
| Acommand of string
| Mcommand of string * string * string