Master
Compare changes
- Sellami Youssef authored
+ 13
− 6
@@ -22,14 +23,14 @@ open Batteries
@@ -37,7 +38,7 @@ type tree = | Node of tag * tree list
@@ -74,6 +75,10 @@ let string_of_tag = function
@@ -100,7 +105,8 @@ let rec draw_ast a next =
@@ -115,3 +121,4 @@ let rec string_of_ast a =
\ No newline at end of file