]> git.kianting.info Git - uann/blob - ocaml_yacc/ast.ml
remove unnessary files
[uann] / ocaml_yacc / ast.ml
1 type ast = Leaf of string | Node of ast list | Int of int