This simple example shows how to a walk a tree and convert it to a term
representation (such as +(5, *(+(7, 3), 4))
, for example).
This simple example shows how to a walk a tree and convert it to a term
representation (such as +(5, *(+(7, 3), 4))
, for example).