uann/ocaml_yacc/ast.ml

2 lines
58 B
OCaml
Raw Normal View History

2024-03-25 00:32:19 +08:00
type ast = Leaf of string | Node of ast list | Int of int