nand2tetris/projects/06/assembler/lib/Ast.ml

7 lines
133 B
Standard ML

type expr =
| Comment of string
| Aconst of int
| Ainstr of string
| Ginstr of string
| Cinstr of string * string * string