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

6 lines
115 B
OCaml
Raw Normal View History

2022-07-18 19:16:54 +00:00
type expr =
| Comment of string
| Ginstr of string
| Ainstr of string
| Cinstr of string * string * string