pub fn semantically_equal(a: &Parse, b: &Parse) -> bool
Compares two parse trees ignoring whitespace and comments.
Returns true if both parse trees have the same semantic content.
true