uann/ocaml_yacc/ast.ml

1 line
58 B
OCaml

type ast = Leaf of string | Node of ast list | Int of int